Webex · Schema

CallbackSchedulesResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
meta object
data array
View JSON Schema on GitHub

JSON Schema

webex-callbackschedulesresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallbackSchedulesResponse",
  "title": "CallbackSchedulesResponse",
  "type": "object",
  "properties": {
    "meta": {
      "$ref": "#/components/schemas/CallbackScheduleMetadata"
    },
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CallbackSchedule"
      }
    }
  }
}