{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "schema:SocialEvent", "title": "SocialEvent", "description": "Event type: Social 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" } ] }