TM Forum · Schema

PartyRoleSpecificationRef_MVO

Party role specification reference. A party role specification gives additional details on the part played by a party in a given context.

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-partyrolespecificationref-mvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PartyRoleSpecificationRef_MVO",
  "title": "PartyRoleSpecificationRef_MVO",
  "type": "object",
  "description": "Party role specification reference. A party role specification gives additional details on the part played by a party in a given context.",
  "allOf": [
    {
      "$ref": "#/components/schemas/EntityRef"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "PartyRoleSpecificationRef": "#/components/schemas/PartyRoleSpecificationRef_MVO"
    }
  }
}