Webex · Schema

CreateTaskRequestV2

Request body for creating a task.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-createtaskrequestv2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateTaskRequestV2",
  "title": "CreateTaskRequestV2",
  "description": "Request body for creating a task.",
  "oneOf": [
    {
      "$ref": "#/components/schemas/WorkItem"
    },
    {
      "$ref": "#/components/schemas/Telephony"
    }
  ],
  "discriminator": {
    "propertyName": "channelType"
  }
}