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