Skip to content

Commit

Permalink
fix(schema): correct palette reference
Browse files Browse the repository at this point in the history
resolves #2950
  • Loading branch information
JanDeDobbeleer committed Oct 15, 2022
1 parent b5922ec commit 48d1015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2915,7 +2915,7 @@
"title": "List of palettes",
"patternProperties": {
".*": {
"$ref": "#/definitions/palette"
"$ref": "#/properties/palette"
}
}
}
Expand Down

0 comments on commit 48d1015

Please sign in to comment.