Webex · Schema

ProposedWrapUpCode

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

webex-proposedwrapupcode-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProposedWrapUpCode",
  "title": "ProposedWrapUpCode",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the proposed wrap-up reason."
    }
  }
}