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

8 lines
135 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema",
"allOf": [
{
"$ref": "../shared/schemas/mediaBox.json"
}
]
}