{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CalendarRecordingMedia", "title": "CalendarRecordingMedia", "properties": { "attendees": { "$ref": "#/components/schemas/property_CalendarRecordingMedia_attendees" }, "end_at": { "format": "date-time", "type": "string" }, "language": { "type": "string" }, "recording_download_url": { "type": "string" }, "start_at": { "format": "date-time", "type": "string" }, "transcript_download_url": { "type": "string" }, "transcripts": { "$ref": "#/components/schemas/property_CalendarRecordingMedia_transcripts" } }, "type": "object" }