From 2d367140938f6501430c6fcb96faef797e75789c Mon Sep 17 00:00:00 2001 From: Thermospore <35350819+Thermospore@users.noreply.github.com> Date: Mon, 19 Jul 2021 14:42:12 -0800 Subject: [PATCH] List `vz` rule identifier in term bank schema (#1843) Also could you describe the purpose of the `iru` rule identifier further? --- ext/data/schemas/dictionary-term-bank-v1-schema.json | 4 ++-- 1 file 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 +}