From f2d7cc7f3e9747fec13b1316a5991efcfaedbfd4 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Wed, 27 Dec 2023 15:12:56 -0500 Subject: [PATCH] Remove unnecessary array --- ext/data/schemas/dictionary-term-meta-bank-v3-schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 995c456aff..81c6e0cd13 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",