14 lines
493 B
JSON
14 lines
493 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:LiteraryEvent",
|
|
"title": "LiteraryEvent",
|
|
"description": "Event type: Literary 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"
|
|
}
|
|
]
|
|
}
|