{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_CalendarWebinar_organizer", "title": "property_CalendarWebinar_organizer", "properties": { "email": { "type": "string" }, "is_cohost": { "type": "boolean" }, "name": { "type": "string" }, "required": { "type": "boolean" }, "status": { "enum": [ "ACCEPTED", "REJECTED", "TENTATIVE" ], "type": "string", "x-speakeasy-unknown-values": "allow" }, "user_id": { "type": "string" } }, "type": "object" }