Webex · Schema

OperatingModeScheduleTypeObject

* `SAME_HOURS_DAILY` - Specifies the `operating mode` is active during the same hours daily (i.e., same schedule for Monday to Friday, and Saturday to Sunday). * `DIFFERENT_HOURS_DAILY` - Specifies the `operating mode` is active during different hours for different days of the week. * `HOLIDAY` - Specifies the `operating mode` is active during holidays with their own days, and recurrence. * `NONE` - Specifies the `operating mode` doesn't have any schedules defined.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-operatingmodescheduletypeobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OperatingModeScheduleTypeObject",
  "title": "OperatingModeScheduleTypeObject",
  "type": "string",
  "enum": [
    "SAME_HOURS_DAILY",
    "DIFFERENT_HOURS_DAILY",
    "HOLIDAY",
    "NONE"
  ],
  "description": " * `SAME_HOURS_DAILY` - Specifies the `operating mode` is active during the same hours daily (i.e., same schedule for Monday to Friday, and Saturday to Sunday).\n * `DIFFERENT_HOURS_DAILY` - Specifies the `operating mode` is active during different hours for different days of the week.\n * `HOLIDAY` - Specifies the `operating mode` is active during holidays with their own days, and recurrence.\n * `NONE` - Specifies the `operating mode` doesn't have any schedules defined.\n"
}