Webex · Schema

ScheduleCollectionResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
schedules array List of schedules.
View JSON Schema on GitHub

JSON Schema

webex-schedulecollectionresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScheduleCollectionResponse",
  "title": "ScheduleCollectionResponse",
  "type": "object",
  "required": [
    "schedules"
  ],
  "properties": {
    "schedules": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ScheduleShortDetails"
      },
      "description": "List of schedules."
    }
  }
}