From 1448f6b0c222f9971aa7e939b60035eea2c7de1a Mon Sep 17 00:00:00 2001 From: Joseph Abbey Date: Sat, 20 Jan 2024 12:10:17 +0000 Subject: [PATCH] Update config.schema.json --- config.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.schema.json b/config.schema.json index 950314d..ca6d4c6 100644 --- a/config.schema.json +++ b/config.schema.json @@ -7,6 +7,9 @@ }, "items": { "$ref": "#/$defs/items" + }, + "$schema": { + "type": "string" } }, "required": ["title", "items"],