Webex · Schema

BulkRequestDTODialledNumberEntryPointDTO

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
items array List of items in the bulk request.
View JSON Schema on GitHub

JSON Schema

webex-bulkrequestdtodiallednumberentrypointdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BulkRequestDTODialledNumberEntryPointDTO",
  "title": "BulkRequestDTODialledNumberEntryPointDTO",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "description": "List of items in the bulk request.",
      "items": {
        "$ref": "#/components/schemas/BulkRequestItemDTODialledNumberEntryPointDTO"
      }
    }
  }
}