Files
marka/registry/schema-org/TheaterGroup.schema.json
Max Richter c687eff53d big tings
2025-08-17 15:16:17 +02:00

14 lines
409 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:TheaterGroup",
"title": "TheaterGroup",
"description": "A theater group or company, for example, the Royal Shakespeare Company or Druid Theatre.",
"type": "object",
"allOf": [
{
"description": "A performance group, such as a band, an orchestra, or a circus.",
"$ref": "schema:PerformingGroup"
}
]
}