From 4abbc707a5919183aa8b5e2828fe12286d0f1ce7 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 16 Oct 2022 22:08:08 -0400 Subject: Use "const" instead of "enum" with one value (#2259) --- ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json') diff --git a/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json b/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json index 98c023ff..e478de93 100644 --- a/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json @@ -38,7 +38,7 @@ }, { "type": "string", - "enum": ["freq"], + "const": "freq", "description": "Type of data. \"freq\" corresponds to frequency information." }, { -- cgit v1.2.3