Webex · Schema

ReassignMeetingErrorDescriptionObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
description string Detailed description for the host reassignment of `meetingId` if it fails.
View JSON Schema on GitHub

JSON Schema

webex-reassignmeetingerrordescriptionobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReassignMeetingErrorDescriptionObject",
  "title": "ReassignMeetingErrorDescriptionObject",
  "type": "object",
  "required": [
    "description"
  ],
  "properties": {
    "description": {
      "type": "string",
      "example": "The meeting is not found.",
      "description": "Detailed description for the host reassignment of `meetingId` if it fails."
    }
  }
}