Unified.to · Schema

UcRecordingMedia

IntegrationsUnified API

Properties

Name Type Description
end_at string
language string
recording_download_url string
start_at string
transcript_download_url string
transcripts object
View JSON Schema on GitHub

JSON Schema

unified-to-ucrecordingmedia-schema.json Raw ↑
{
  "$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"
}