{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CalendarRecording", "title": "CalendarRecording", "properties": { "created_at": { "format": "date-time", "type": "string" }, "end_at": { "format": "date-time", "type": "string" }, "event_id": { "type": "string" }, "expires_at": { "format": "date-time", "type": "string" }, "id": { "type": "string" }, "media": { "$ref": "#/components/schemas/property_CalendarRecording_media" }, "raw": { "additionalProperties": true, "type": "object" }, "start_at": { "format": "date-time", "type": "string" }, "updated_at": { "format": "date-time", "type": "string" }, "web_url": { "type": "string" } }, "type": "object" }