fix(schema): correct palette reference

resolves #2950
This commit is contained in:
Jan De Dobbeleer 2022-10-16 00:08:26 +02:00 committed by Jan De Dobbeleer
parent b5922ec0a4
commit 48d1015c3e

View file

@ -2915,7 +2915,7 @@
"title": "List of palettes", "title": "List of palettes",
"patternProperties": { "patternProperties": {
".*": { ".*": {
"$ref": "#/definitions/palette" "$ref": "#/properties/palette"
} }
} }
} }