Amdocs · JSON Structure

Connectx Product List Structure

ProductList schema from Amdocs API

Type: object Properties: 1
TelecomBSSOSSBillingCustomer ManagementMVNO5GSaaS

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

Properties

data

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-product-list-structure.json",
  "name": "ProductList",
  "description": "ProductList schema from Amdocs API",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Product"
      }
    }
  }
}