From a014f2bb75ef28379f67c96036a6c5a30eac54b6 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 24 Jan 2024 21:25:44 -0500 Subject: [PATCH] Fix Ajv validation warning --- ext/data/schemas/dictionary-term-bank-v3-schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/data/schemas/dictionary-term-bank-v3-schema.json b/ext/data/schemas/dictionary-term-bank-v3-schema.json index 066229c304..bcb1d5ed48 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",