diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/data/schemas/dictionary-term-bank-v3-schema.json | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/ext/data/schemas/dictionary-term-bank-v3-schema.json b/ext/data/schemas/dictionary-term-bank-v3-schema.json index 066229c3..bcb1d5ed 100644 --- a/ext/data/schemas/dictionary-term-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-term-bank-v3-schema.json @@ -539,6 +539,8 @@                          {                              "type": "array",                              "description": "Deinflection of the term to an uninflected term.", +                            "minItems": 2, +                            "maxItems": 2,                              "items": [                                  {                                      "type": "string", |