TM Forum · Schema

AccountRef_MVO

Account reference. A account may be a party account or a financial account.

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-accountref-mvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountRef_MVO",
  "title": "AccountRef_MVO",
  "type": "object",
  "description": "Account reference. A account may be a party account or a financial account.",
  "allOf": [
    {
      "$ref": "#/components/schemas/EntityRef"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "AccountRef": "#/components/schemas/AccountRef_MVO"
    }
  }
}