TM Forum · Schema

Supplier

When business partner is the Supplier

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

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