aboutsummaryrefslogtreecommitdiff
path: root/ext/data/schemas/dictionary-term-bank-v1-schema.json
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-05-30 16:22:25 -0400
committerGitHub <noreply@github.com>2021-05-30 16:22:25 -0400
commit6da81d59c34e58454ad12afe34d363b0c1e33bc7 (patch)
tree3e3956b13675c9bb49e25246f231f0bcde8eff6d /ext/data/schemas/dictionary-term-bank-v1-schema.json
parent5bf82a5b81ef172d544da9c5c25492577270e8aa (diff)
Update schema descriptions to be less redundant (#1721)
Diffstat (limited to 'ext/data/schemas/dictionary-term-bank-v1-schema.json')
-rw-r--r--ext/data/schemas/dictionary-term-bank-v1-schema.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/data/schemas/dictionary-term-bank-v1-schema.json b/ext/data/schemas/dictionary-term-bank-v1-schema.json
index 6ffb26e6..4ab15f5d 100644
--- a/ext/data/schemas/dictionary-term-bank-v1-schema.json
+++ b/ext/data/schemas/dictionary-term-bank-v1-schema.json
@@ -1,19 +1,19 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "array",
- "description": "Data file containing term and expression information.",
+ "description": "Data file containing term information.",
"additionalItems": {
"type": "array",
- "description": "Information about a single term/expression.",
+ "description": "Information about a single term.",
"minItems": 5,
"items": [
{
"type": "string",
- "description": "Term or expression."
+ "description": "The text for the term."
},
{
"type": "string",
- "description": "Reading of the term/expression, or an empty string if the reading is the same as the term/expression."
+ "description": "Reading of the term, or an empty string if the reading is the same as the term."
},
{
"type": ["string", "null"],
@@ -30,7 +30,7 @@
],
"additionalItems": {
"type": "string",
- "description": "Single definition for the term/expression."
+ "description": "Single definition for the term."
}
}
} \ No newline at end of file