From 1ae752b9fefb3e64114ebb4cd28f1fa0db9137c6 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 10 Dec 2023 19:21:42 -0500 Subject: Fix issues in build-libs (#354) --- ext/data/schemas/dictionary-kanji-bank-v3-schema.json | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/data/schemas/dictionary-kanji-bank-v3-schema.json') diff --git a/ext/data/schemas/dictionary-kanji-bank-v3-schema.json b/ext/data/schemas/dictionary-kanji-bank-v3-schema.json index 763ce3b1..79272985 100644 --- a/ext/data/schemas/dictionary-kanji-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-kanji-bank-v3-schema.json @@ -7,6 +7,7 @@ "type": "array", "description": "Information about a single kanji character.", "minItems": 6, + "maxItems": 6, "additionalItems": false, "items": [ { -- cgit v1.2.3