Webex · Schema

ValidateWrapUpReasonPayload

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
name string Name of the wrap-up reason.
View JSON Schema on GitHub

JSON Schema

webex-validatewrapupreasonpayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ValidateWrapUpReasonPayload",
  "title": "ValidateWrapUpReasonPayload",
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "example": "Wrap up reason 1",
      "description": "Name of the wrap-up reason."
    }
  }
}