TM Forum · Schema

BusinessPartner_FVO

When business partner is the BusinessPartner

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

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