diff options
author | Thermospore <35350819+Thermospore@users.noreply.github.com> | 2021-07-19 14:42:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 18:42:12 -0400 |
commit | 2d367140938f6501430c6fcb96faef797e75789c (patch) | |
tree | ff36a096138fd9485a3f160386f557a1396973b5 /ext/data | |
parent | 2ee3e3a7a18cc8cb71febe3030c149e0280ed9a7 (diff) |
List `vz` rule identifier in term bank schema (#1843)
Also could you describe the purpose of the `iru` rule identifier further?
Diffstat (limited to 'ext/data')
-rw-r--r-- | ext/data/schemas/dictionary-term-bank-v1-schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/data/schemas/dictionary-term-bank-v1-schema.json b/ext/data/schemas/dictionary-term-bank-v1-schema.json index 4ab15f5d..5fd8e2ba 100644 --- a/ext/data/schemas/dictionary-term-bank-v1-schema.json +++ b/ext/data/schemas/dictionary-term-bank-v1-schema.json @@ -21,7 +21,7 @@ }, { "type": "string", - "description": "String of space-separated rule identifiers for the definition which is used to validate delinflection. Valid rule identifiers are: v1: ichidan verb; v5: godan verb; vs: suru verb; vk: kuru verb; adj-i: i-adjective. An empty string corresponds to words which aren't inflected, such as nouns." + "description": "String of space-separated rule identifiers for the definition which is used to validate delinflection. Valid rule identifiers are: v1: ichidan verb; v5: godan verb; vs: suru verb; vz: zuru verb; vk: kuru verb; adj-i: i-adjective. An empty string corresponds to words which aren't inflected, such as nouns." }, { "type": "number", @@ -33,4 +33,4 @@ "description": "Single definition for the term." } } -}
\ No newline at end of file +} |