From ebe0c39b9023274745d79799adddb77f010da00f Mon Sep 17 00:00:00 2001 From: Stefan Vukovic Date: Wed, 17 Jan 2024 11:20:14 +0100 Subject: [PATCH] update descriptions --- ext/data/schemas/dictionary-term-bank-v3-schema.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/data/schemas/dictionary-term-bank-v3-schema.json b/ext/data/schemas/dictionary-term-bank-v3-schema.json index e0a91c9aad..066229c304 100644 --- a/ext/data/schemas/dictionary-term-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-term-bank-v3-schema.json @@ -538,18 +538,18 @@ }, { "type": "array", - "description": "Deinflection of the term to a non-inflected term.", + "description": "Deinflection of the term to an uninflected term.", "items": [ { "type": "string", - "description": "The deinflected term." + "description": "The uninflected term." }, { "type": "array", - "description": "A possible inflection combination that produced the inflected term", + "description": "A chain of inflection rules that produced the inflected term", "items": { "type": "string", - "description": "An inflection." + "description": "A single inflection rule." } } ]