Amdocs · JSON Structure

Connectx Customer List Structure

CustomerList schema from Amdocs API

Type: object Properties: 2
TelecomBSSOSSBillingCustomer ManagementMVNO5GSaaS

CustomerList is a JSON Structure definition published by Amdocs, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data pagination

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amdocs/refs/heads/main/json-structure/connectx-customer-list-structure.json",
  "name": "CustomerList",
  "description": "CustomerList schema from Amdocs API",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Customer"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}