TM Forum · Schema

Supplier_FVO

When business partner is the Supplier

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-supplier-fvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Supplier_FVO",
  "title": "Supplier_FVO",
  "type": "object",
  "description": "When business partner is the Supplier ",
  "allOf": [
    {
      "$ref": "#/components/schemas/PartyRole_FVO"
    }
  ]
}