diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-05-16 19:56:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 19:56:02 -0400 |
commit | 84c9231a5e9733a6300d2edf1718b520467d7dc5 (patch) | |
tree | d5d914a4ad8ce22bea12ac009890b9c47789bced /ext/data/schemas/dictionary-term-bank-v3-schema.json | |
parent | 8b206e4d0458892d30661353bfb95c6dcefe5b67 (diff) |
Update some JSON schemas to be more compliant to the spec (#2136)
Diffstat (limited to 'ext/data/schemas/dictionary-term-bank-v3-schema.json')
-rw-r--r-- | ext/data/schemas/dictionary-term-bank-v3-schema.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/data/schemas/dictionary-term-bank-v3-schema.json b/ext/data/schemas/dictionary-term-bank-v3-schema.json index 12c2e4f3..a7c861d5 100644 --- a/ext/data/schemas/dictionary-term-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-term-bank-v3-schema.json @@ -302,10 +302,11 @@ }, "type": "array", "description": "Data file containing term information.", - "additionalItems": { + "items": { "type": "array", "description": "Information about a single term.", "minItems": 8, + "additionalItems": false, "items": [ { "type": "string", |