Skip to content

Commit

Permalink
fix(icon.schema.json): use const true for deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsa committed Mar 8, 2024
1 parent ef86b03 commit 90903ce
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions icon.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,14 @@
"type": "string"
},
"deprecated": {
"type": "boolean",
"default": false
"const": true
},
"deprecationReason": {
"type": "string"
}
},
"dependentRequired": {
"deprecated": [
"deprecationReason"
]
"deprecated": ["deprecationReason"]
}
}
]
Expand Down Expand Up @@ -73,8 +70,7 @@
"uniqueItems": true
},
"deprecated": {
"type": "boolean",
"default": false
"const": true
},
"deprecationReason": {
"type": "string"
Expand Down

0 comments on commit 90903ce

Please sign in to comment.