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"],