Skip to content

Commit

Permalink
Lessened $schema type strictness (#1718)
Browse files Browse the repository at this point in the history
* Lessened $schema type strictness

* Lessened $schema type strictness
  • Loading branch information
jguddas authored Dec 11, 2023
1 parent bb1e470 commit 2b007e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion category.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"required": ["$schema", "icon", "title"],
"properties": {
"$schema": {
"const": "../category.schema.json"
"type": "string"
},
"description": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion icon.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"required": ["$schema", "categories", "tags"],
"properties": {
"$schema": {
"const": "../icon.schema.json"
"type": "string"
},
"aliases": {
"type": "array",
Expand Down

0 comments on commit 2b007e7

Please sign in to comment.