From 3c76b878e9ddcc8fa52d00fc85f561bbb72c5dd1 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 27 Jan 2024 04:11:18 -0500 Subject: Fix Ajv validation warning (#576) * Fix Ajv validation warning * Add test --- ext/data/schemas/dictionary-term-bank-v3-schema.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext') diff --git a/ext/data/schemas/dictionary-term-bank-v3-schema.json b/ext/data/schemas/dictionary-term-bank-v3-schema.json index 066229c3..bcb1d5ed 100644 --- a/ext/data/schemas/dictionary-term-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-term-bank-v3-schema.json @@ -539,6 +539,8 @@ { "type": "array", "description": "Deinflection of the term to an uninflected term.", + "minItems": 2, + "maxItems": 2, "items": [ { "type": "string", -- cgit v1.2.3