TM Forum · Schema

Customer

Customer schema from TM Forum API

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tmf629-customer-management-customer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-schema/tmf629-customer-management-customer-schema.json",
  "title": "Customer",
  "description": "Customer schema from TM Forum API",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/PartyRole"
    }
  ]
}