{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://therundown.io/schemas/V1EventsResponse", "title": "V1EventsResponse", "type": "object", "properties": { "meta": { "$ref": "#/components/schemas/Meta" }, "events": { "type": "array", "items": { "$ref": "#/components/schemas/V1Event" } } } }