TM Forum · JSON Structure

Tmf632 Party Management Supplier Structure

When business partner is the Supplier

Type: object Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

Supplier is a JSON Structure definition published by TM Forum. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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/tm-forum/refs/heads/main/json-structure/tmf632-party-management-supplier-structure.json",
  "name": "Supplier",
  "description": "When business partner is the Supplier ",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/PartyRole"
    }
  ]
}