diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-07 19:27:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 19:27:58 -0400 |
commit | ac1ecb35ee010969b683188501ea473c2575f65d (patch) | |
tree | c169e5c97287f9dbe4c6a1760bac80f019d76e44 /ext/bg/data | |
parent | 623469272ed88680d767445b0290de0de6c75a6f (diff) | |
parent | dd9d50bfc194aa4c3d8e99188cfac0214476f868 (diff) |
Merge pull request #433 from toasted-nutbread/extra-dictionary-information
Extra dictionary information
Diffstat (limited to 'ext/bg/data')
-rw-r--r-- | ext/bg/data/dictionary-index-schema.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ext/bg/data/dictionary-index-schema.json b/ext/bg/data/dictionary-index-schema.json index 9311f14c..09cff711 100644 --- a/ext/bg/data/dictionary-index-schema.json +++ b/ext/bg/data/dictionary-index-schema.json @@ -30,6 +30,22 @@ "description": "Alias for format.", "enum": [1, 2, 3] }, + "author": { + "type": "string", + "description": "Creator of the dictionary." + }, + "url": { + "type": "string", + "description": "URL for the source of the dictionary." + }, + "description": { + "type": "string", + "description": "Description of the dictionary data." + }, + "attribution": { + "type": "string", + "description": "Attribution information for the dictionary data." + }, "tagMeta": { "type": "object", "description": "Tag information for terms and kanji. This object is obsolete and individual tag files should be used instead.", |