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-term-bank-v1-schema.json | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/data/schemas/dictionary-term-bank-v1-schema.json') diff --git a/ext/data/schemas/dictionary-term-bank-v1-schema.json b/ext/data/schemas/dictionary-term-bank-v1-schema.json index ab4c49f6..4dd6e185 100644 --- a/ext/data/schemas/dictionary-term-bank-v1-schema.json +++ b/ext/data/schemas/dictionary-term-bank-v1-schema.json @@ -7,6 +7,7 @@ "type": "array", "description": "Information about a single term.", "minItems": 5, + "maxItems": 5, "items": [ { "type": "string", -- cgit v1.2.3