From 8d5d2152e4295fdcefa6ef283204c92df1f81305 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Thu, 28 Dec 2023 00:57:14 -0500 Subject: Remove unnecessary array (#464) --- ext/data/schemas/dictionary-term-meta-bank-v3-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') diff --git a/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json b/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json index 1401b1eb..89709a9e 100644 --- a/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json @@ -61,7 +61,7 @@ "description": "Frequency information for the term." }, { - "type": ["object"], + "type": "object", "required": [ "reading", "frequency" @@ -89,7 +89,7 @@ {}, {"const": "pitch"}, { - "type": ["object"], + "type": "object", "description": "Pitch accent information for the term.", "required": [ "reading", -- cgit v1.2.3