TM Forum · Schema

PartyRefOrPartyRoleRef_FVO

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-partyreforpartyroleref-fvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PartyRefOrPartyRoleRef_FVO",
  "title": "PartyRefOrPartyRoleRef_FVO",
  "type": "object",
  "description": "",
  "oneOf": [
    {
      "$ref": "#/components/schemas/PartyRef_FVO"
    },
    {
      "$ref": "#/components/schemas/PartyRoleRef_FVO"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "PartyRef": "#/components/schemas/PartyRef_FVO",
      "PartyRoleRef": "#/components/schemas/PartyRoleRef_FVO"
    }
  }
}