Webex · Schema

BulkRequestDTODesktopLayoutDTO

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

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