esa-nodecg/schemas/bundles.json
2024-03-13 11:26:46 +01:00

9 lines
127 B
JSON

{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"default": [],
"items": {
"type": "object"
}
}