diff options
Diffstat (limited to 'ext/data/schemas/dictionary-term-meta-bank-v3-schema.json')
-rw-r--r-- | ext/data/schemas/dictionary-term-meta-bank-v3-schema.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json b/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json index a8e06d0d..eb4d3fed 100644 --- a/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json +++ b/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json @@ -49,7 +49,7 @@ { "items": [ {}, - {"enum": ["freq"]}, + {"const": "freq"}, { "oneOf": [ { @@ -81,7 +81,7 @@ { "items": [ {}, - {"enum": ["pitch"]}, + {"const": "pitch"}, { "type": ["object"], "description": "Pitch accent information for the term.", |