{ "$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" }