Webex · Schema

CampaignListResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
data string
meta object
View JSON Schema on GitHub

JSON Schema

webex-campaignlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CampaignListResponse",
  "title": "CampaignListResponse",
  "properties": {
    "data": {
      "items": {
        "$ref": "#/components/schemas/CampaignURLResponse"
      },
      "type": "string"
    },
    "meta": {
      "$ref": "#/components/schemas/MetaSubInfo"
    }
  },
  "required": [
    "data",
    "meta"
  ],
  "type": "object"
}