From 6694a9d9c3a6770ee744310056cadd3567386f3f Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 26 Sep 2021 11:08:25 -0400 Subject: Enable frequency dictionaries to specify the frequency mode (#1944) --- ext/data/schemas/dictionary-index-schema.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext/data/schemas/dictionary-index-schema.json') 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.", -- cgit v1.2.3