TM Forum · Schema

ProductOrderRef_MVO

A reference to an existing Product Order.

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-productorderref-mvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductOrderRef_MVO",
  "title": "ProductOrderRef_MVO",
  "type": "object",
  "description": "A reference to an existing Product Order.",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible"
    },
    {
      "$ref": "#/components/schemas/EntityRef"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "ProductOrderRef": "#/components/schemas/ProductOrderRef_MVO"
    }
  }
}