From 84c9231a5e9733a6300d2edf1718b520467d7dc5 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 16 May 2022 19:56:02 -0400 Subject: Update some JSON schemas to be more compliant to the spec (#2136) --- ext/data/schemas/dictionary-term-bank-v1-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 5fd8e2ba..9366e9ff 100644 --- a/ext/data/schemas/dictionary-term-bank-v1-schema.json +++ b/ext/data/schemas/dictionary-term-bank-v1-schema.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "description": "Data file containing term information.", - "additionalItems": { + "items": { "type": "array", "description": "Information about a single term.", "minItems": 5, -- cgit v1.2.3