From 48d1015c3ed038a309e373e91df509cc62d0e5fd Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Sun, 16 Oct 2022 00:08:26 +0200 Subject: [PATCH] fix(schema): correct palette reference resolves #2950 --- themes/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/schema.json b/themes/schema.json index a0847a9e..29df8fae 100644 --- a/themes/schema.json +++ b/themes/schema.json @@ -2915,7 +2915,7 @@ "title": "List of palettes", "patternProperties": { ".*": { - "$ref": "#/definitions/palette" + "$ref": "#/properties/palette" } } }