diff options
Diffstat (limited to 'ext/data')
-rw-r--r-- | ext/data/schemas/dictionary-index-schema.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/data/schemas/dictionary-index-schema.json b/ext/data/schemas/dictionary-index-schema.json index c2f095c7..a8ca0f23 100644 --- a/ext/data/schemas/dictionary-index-schema.json +++ b/ext/data/schemas/dictionary-index-schema.json @@ -46,6 +46,10 @@ "type": "string", "description": "Attribution information for the dictionary data." }, + "frequencyMode": { + "type": "string", + "enum": ["occurrence-based", "rank-based"] + }, "tagMeta": { "type": "object", "description": "Tag information for terms and kanji. This object is obsolete and individual tag files should be used instead.", |