Webex · Schema

ScheduleTypeSelection

* `businessHours` - The Schedule type that specifies the business or working hours during the day. * `holidays` - The Schedule type that specifies the day when your organization is not open.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-scheduletypeselection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScheduleTypeSelection",
  "title": "ScheduleTypeSelection",
  "type": "string",
  "enum": [
    "businessHours",
    "holidays"
  ],
  "description": " * `businessHours` - The Schedule type that specifies the business or working hours during the day.\n * `holidays` - The Schedule type that specifies the day when your organization is not open.\n"
}