Webex · Schema

BaseDataMessageResponseEnvelope

Data part of the response

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
message string message
View JSON Schema on GitHub

JSON Schema

webex-basedatamessageresponseenvelope-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BaseDataMessageResponseEnvelope",
  "title": "BaseDataMessageResponseEnvelope",
  "type": "object",
  "properties": {
    "message": {
      "type": "string",
      "description": "message",
      "example": "Accepted for processing"
    }
  },
  "description": "Data part of the response"
}