Webex · Schema

EndMeetingRequestObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
reason string The reason for ending the meeting. This field is optional.
View JSON Schema on GitHub

JSON Schema

webex-endmeetingrequestobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EndMeetingRequestObject",
  "title": "EndMeetingRequestObject",
  "type": "object",
  "properties": {
    "reason": {
      "type": "string",
      "example": "Agenda has been completed and the meeting is ended.",
      "description": "The reason for ending the meeting. This field is optional."
    }
  }
}