Skip to content

Commit

Permalink
Remove unnecessary array (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
toasted-nutbread authored Dec 28, 2023
1 parent 76805bc commit 8d5d215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/data/schemas/dictionary-term-meta-bank-v3-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"description": "Frequency information for the term."
},
{
"type": ["object"],
"type": "object",
"required": [
"reading",
"frequency"
Expand Down Expand Up @@ -89,7 +89,7 @@
{},
{"const": "pitch"},
{
"type": ["object"],
"type": "object",
"description": "Pitch accent information for the term.",
"required": [
"reading",
Expand Down

0 comments on commit 8d5d215

Please sign in to comment.