Unified.to · Schema

CalendarRecordingMedia

IntegrationsUnified API

Properties

Name Type Description
attendees object
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-calendarrecordingmedia-schema.json Raw ↑
{
  "$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"
}