Skip to content

Commit

Permalink
update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Jan 17, 2024
1 parent 6325c29 commit ebe0c39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/data/schemas/dictionary-term-bank-v3-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -538,18 +538,18 @@
},
{
"type": "array",
"description": "Deinflection of the term to a non-inflected term.",
"description": "Deinflection of the term to an uninflected term.",
"items": [
{
"type": "string",
"description": "The deinflected term."
"description": "The uninflected term."
},
{
"type": "array",
"description": "A possible inflection combination that produced the inflected term",
"description": "A chain of inflection rules that produced the inflected term",
"items": {
"type": "string",
"description": "An inflection."
"description": "A single inflection rule."
}
}
]
Expand Down

0 comments on commit ebe0c39

Please sign in to comment.