Webex · Schema

ScheduleResponseWithId

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
id string Identifier for a schedule.
View JSON Schema on GitHub

JSON Schema

webex-scheduleresponsewithid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScheduleResponseWithId",
  "title": "ScheduleResponseWithId",
  "type": "object",
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1VTRVJfU0NIRURVTEUvUkdGc2JHRnpYMDltWm1salpWOUliM1Z5Y3c9PQ",
      "description": "Identifier for a schedule."
    }
  }
}