diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2024-01-27 04:11:18 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-27 09:11:18 +0000 | 
| commit | 3c76b878e9ddcc8fa52d00fc85f561bbb72c5dd1 (patch) | |
| tree | 36c455baa266727c8e126b8816c0505c0f2cae2b /ext | |
| parent | 39ea53ffa7aa51abd05996697a722a8a11eb39a2 (diff) | |
Fix Ajv validation warning (#576)
* Fix Ajv validation warning
* Add test
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", |