big tings
This commit is contained in:
13
registry/schema-org/DanceEvent.schema.json
Normal file
13
registry/schema-org/DanceEvent.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "schema:DanceEvent",
|
||||
"title": "DanceEvent",
|
||||
"description": "Event type: A social dance.",
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user