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

14 lines
487 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:ComedyEvent",
"title": "ComedyEvent",
"description": "Event type: Comedy event.",
"type": "object",
"allOf": [
{
"description": "An event happening at a certain time and location, such as a concert, lecture, or festival. Ticketing information may be added via the [[offers]] property. Repeated events may be structured as separate Event objects.",
"$ref": "schema:Event"
}
]
}