Webex · Schema

ScheduleType

* `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-scheduletype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScheduleType",
  "title": "ScheduleType",
  "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"
}