Update config.schema.json

This commit is contained in:
Joseph Abbey
2024-01-19 21:17:24 +00:00
parent 3c5e970892
commit 5620ea6695

View File

@ -7,10 +7,10 @@
},
"items": {
"$ref": "#/$defs/items"
},
"required": ["title", "items"],
"additionalProperties": false
}
},
"required": ["title", "items"],
"additionalProperties": false,
"$defs": {
"toggle": {
"type": "object",