Skip to content

Commit

Permalink
fix(icon.schema.json): remove unicode for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsa committed Mar 8, 2024
1 parent 3032134 commit ef86b03
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions icon.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
}
},
"dependentRequired": {
"deprecated": ["deprecationReason"]
"deprecated": [
"deprecationReason"
]
}
}
]
Expand Down Expand Up @@ -76,9 +78,6 @@
},
"deprecationReason": {
"type": "string"
},
"unicode": {
"type": "string"
}
},
"dependentRequired": {
Expand Down

0 comments on commit ef86b03

Please sign in to comment.