Webex · Schema

PlaceScheduleLevel

* `GROUP` - Indicates the schedule level that specifies that criteria is of Group level.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

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