Update config.schema.json

This commit is contained in:
Joseph Abbey
2024-01-20 12:10:17 +00:00
committed by GitHub
parent 5620ea6695
commit 1448f6b0c2

View File

@ -7,6 +7,9 @@
}, },
"items": { "items": {
"$ref": "#/$defs/items" "$ref": "#/$defs/items"
},
"$schema": {
"type": "string"
} }
}, },
"required": ["title", "items"], "required": ["title", "items"],