Webex · Schema

PaginatedResult

Paginated response containing error items for disable calling location operations.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
items array List of error items.
View JSON Schema on GitHub

JSON Schema

webex-paginatedresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaginatedResult",
  "title": "PaginatedResult",
  "type": "object",
  "description": "Paginated response containing error items for disable calling location operations.",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ErrorBean"
      },
      "description": "List of error items."
    }
  }
}