{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UcRecordingMedia", "title": "UcRecordingMedia", "properties": { "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_UcRecordingMedia_transcripts" } }, "type": "object" }