From e898fc1fe54f38d70909fc4f189ca9c6bf71e164 Mon Sep 17 00:00:00 2001 From: __JosephAbbey Date: Mon, 7 Jul 2025 13:49:33 +0100 Subject: [PATCH] Update config.schema.json Signed-off-by: __JosephAbbey --- config.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.schema.json b/config.schema.json index cf8088d..b24affd 100644 --- a/config.schema.json +++ b/config.schema.json @@ -17,7 +17,7 @@ "$ref": "#/$defs/items" } }, - "required": ["$schema", "title", "items"], + "required": ["title", "items"], "additionalProperties": false, "$defs": { "toggle": {