TM Forum · Schema

Consumer

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-consumer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Consumer",
  "title": "Consumer",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/PartyRole"
    }
  ]
}