diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2023-12-28 00:57:14 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-28 05:57:14 +0000 | 
| commit | 8d5d2152e4295fdcefa6ef283204c92df1f81305 (patch) | |
| tree | 76476ad5fc8d38fe7e84295fc333e8df6a1b075d | |
| parent | 76805bc0fc65452ca830623aa810888f9c476a2b (diff) | |
Remove unnecessary array (#464)
| -rw-r--r-- | ext/data/schemas/dictionary-term-meta-bank-v3-schema.json | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json b/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json index 1401b1eb..89709a9e 100644 --- a/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json @@ -61,7 +61,7 @@                                  "description": "Frequency information for the term."                              },                              { -                                "type": ["object"], +                                "type": "object",                                  "required": [                                      "reading",                                      "frequency" @@ -89,7 +89,7 @@                      {},                      {"const": "pitch"},                      { -                        "type": ["object"], +                        "type": "object",                          "description": "Pitch accent information for the term.",                          "required": [                              "reading", |