Amdocs · Schema

InvoiceList

InvoiceList schema from Amdocs API

TelecomBSSOSSBillingCustomer ManagementMVNO5GSaaS

Properties

Name Type Description
data array
pagination object
View JSON Schema on GitHub

JSON Schema

connectx-invoice-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amdocs/refs/heads/main/json-schema/connectx-invoice-list-schema.json",
  "title": "InvoiceList",
  "description": "InvoiceList schema from Amdocs API",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Invoice"
      }
    },
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    }
  }
}