Webex · Schema

ResponseEnvelopeOutdialANIDTO

Response envelope containing a list of Outdial ANI resources.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
meta object Metadata about the response.
data array List of Outdial ANI resources.
View JSON Schema on GitHub

JSON Schema

webex-responseenvelopeoutdialanidto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResponseEnvelopeOutdialANIDTO",
  "title": "ResponseEnvelopeOutdialANIDTO",
  "type": "object",
  "description": "Response envelope containing a list of Outdial ANI resources.",
  "properties": {
    "meta": {
      "type": "object",
      "description": "Metadata about the response.",
      "additionalProperties": {}
    },
    "data": {
      "type": "array",
      "description": "List of Outdial ANI resources.",
      "items": {
        "$ref": "#/components/schemas/OutdialANIDTO"
      }
    }
  }
}