aboutsummaryrefslogtreecommitdiff
path: root/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json
diff options
context:
space:
mode:
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.json4
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 8eb9d343..206e7152 100644
--- a/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json
+++ b/ext/data/schemas/dictionary-term-meta-bank-v3-schema.json
@@ -28,7 +28,7 @@
{
"oneOf": [
{
- "type": ["string", "number"],
+ "type": ["number"],
"description": "Frequency information for the term."
},
{
@@ -44,7 +44,7 @@
"description": "Reading for the term."
},
"frequency": {
- "type": ["string", "number"],
+ "type": ["number"],
"description": "Frequency information for the term."
}
}