diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-09-26 11:08:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-26 11:08:21 -0400 |
commit | c15683d206c3bcfbaa1fa81f1c57836a34974e83 (patch) | |
tree | a409bf77fe6df6e4f5a217424ea4d687c7cfe958 /ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json | |
parent | 9899727d7d53caed4c5b5e68176f7ed7f90a9438 (diff) |
Ensure frequency values are always numbers (#1943)
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 62479026..49f7c813 100644 --- a/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-kanji-meta-bank-v3-schema.json @@ -17,7 +17,7 @@ "description": "Type of data. \"freq\" corresponds to frequency information." }, { - "type": ["string", "number"], + "type": ["number"], "description": "Data for the character." } ] |