aboutsummaryrefslogtreecommitdiff
path: root/ext/data/schemas/dictionary-kanji-bank-v3-schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'ext/data/schemas/dictionary-kanji-bank-v3-schema.json')
-rw-r--r--ext/data/schemas/dictionary-kanji-bank-v3-schema.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/data/schemas/dictionary-kanji-bank-v3-schema.json b/ext/data/schemas/dictionary-kanji-bank-v3-schema.json
index a5b82039..ee508294 100644
--- a/ext/data/schemas/dictionary-kanji-bank-v3-schema.json
+++ b/ext/data/schemas/dictionary-kanji-bank-v3-schema.json
@@ -2,10 +2,11 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "array",
"description": "Data file containing kanji information.",
- "additionalItems": {
+ "items": {
"type": "array",
"description": "Information about a single kanji character.",
"minItems": 6,
+ "additionalItems": false,
"items": [
{
"type": "string",