diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-10-16 22:08:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-16 22:08:08 -0400 |
commit | 4abbc707a5919183aa8b5e2828fe12286d0f1ce7 (patch) | |
tree | 873ab1a316be90b79583cca3f354b2a012721ab1 /ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json | |
parent | c93682f677725eb4690818e98a0ea80bd211386e (diff) |
Use "const" instead of "enum" with one value (#2259)
Diffstat (limited to 'ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json')
-rw-r--r-- | ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
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." }, { |