Webex · Schema

ScheduleLevel

* `PEOPLE` - The schedule level that specifies that criteria is of People level. * `GROUP` - The schedule level that specifies that criteria is of Group level.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-schedulelevel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScheduleLevel",
  "title": "ScheduleLevel",
  "type": "string",
  "enum": [
    "PEOPLE",
    "GROUP"
  ],
  "description": " * `PEOPLE` - The schedule level that specifies that criteria is of People level.\n * `GROUP` - The schedule level that specifies that criteria is of Group level.\n"
}