Unified.to · Schema

CalendarWebinar

IntegrationsUnified API

Properties

Name Type Description
calendar_id string
capacity number
conference object
created_at string
end_at string
has_polls boolean
has_qa boolean
has_recording boolean
id string
is_auto_approve boolean
is_enabled boolean
is_webcast boolean
join_url string
notes string
organizer object
panelist_password string
panelists object
raw object
recurrence object
registrant_password string
registrants object
require_address boolean
require_company boolean
require_email boolean
require_first_name boolean
require_job_title boolean
require_last_name boolean
require_phone boolean
start_at string
status string
subject string
timezone string
updated_at string
web_url string
View JSON Schema on GitHub

JSON Schema

unified-to-calendarwebinar-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CalendarWebinar",
  "title": "CalendarWebinar",
  "properties": {
    "calendar_id": {
      "type": "string"
    },
    "capacity": {
      "type": "number"
    },
    "conference": {
      "$ref": "#/components/schemas/property_CalendarWebinar_conference"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "end_at": {
      "format": "date-time",
      "type": "string"
    },
    "has_polls": {
      "type": "boolean"
    },
    "has_qa": {
      "type": "boolean"
    },
    "has_recording": {
      "type": "boolean"
    },
    "id": {
      "type": "string"
    },
    "is_auto_approve": {
      "type": "boolean"
    },
    "is_enabled": {
      "type": "boolean"
    },
    "is_webcast": {
      "type": "boolean"
    },
    "join_url": {
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "organizer": {
      "$ref": "#/components/schemas/property_CalendarWebinar_organizer"
    },
    "panelist_password": {
      "type": "string"
    },
    "panelists": {
      "$ref": "#/components/schemas/property_CalendarWebinar_panelists"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "recurrence": {
      "$ref": "#/components/schemas/property_CalendarWebinar_recurrence"
    },
    "registrant_password": {
      "type": "string"
    },
    "registrants": {
      "$ref": "#/components/schemas/property_CalendarWebinar_registrants"
    },
    "require_address": {
      "type": "boolean"
    },
    "require_company": {
      "type": "boolean"
    },
    "require_email": {
      "type": "boolean"
    },
    "require_first_name": {
      "type": "boolean"
    },
    "require_job_title": {
      "type": "boolean"
    },
    "require_last_name": {
      "type": "boolean"
    },
    "require_phone": {
      "type": "boolean"
    },
    "start_at": {
      "format": "date-time",
      "type": "string"
    },
    "status": {
      "enum": [
        "CANCELED",
        "CONFIRMED",
        "TENTATIVE"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "subject": {
      "type": "string"
    },
    "timezone": {
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "web_url": {
      "type": "string"
    }
  },
  "type": "object"
}