TM Forum · JSON Structure

Tmf637 Product Inventory Business Partner Structure

When business partner is the BusinessPartner

Type: object Properties: 0
TelcoTelecommunicationsBSSOSSOpen APIsStandards

BusinessPartner 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/tmf637-product-inventory-business-partner-structure.json",
  "name": "BusinessPartner",
  "description": "When business partner is the BusinessPartner ",
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/PartyRole"
    }
  ]
}