Webex · Schema

SchedulePutResponseWithId

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

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