Unified.to · Schema

CalendarRecordings

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-calendarrecordings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CalendarRecordings",
  "title": "CalendarRecordings",
  "items": {
    "$ref": "#/components/schemas/CalendarRecording"
  },
  "type": "array"
}