TM Forum · Schema

ProductOfferingRef_FVO

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-productofferingref-fvo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductOfferingRef_FVO",
  "title": "ProductOfferingRef_FVO",
  "allOf": [
    {
      "$ref": "#/components/schemas/EntityRef_FVO"
    },
    {
      "type": "object",
      "description": "ProductOffering reference. A product offering represents entities that are orderable from the provider of the catalog, this resource includes pricing information.",
      "properties": {
        "version": {
          "type": "string",
          "description": "Version of the product offering"
        }
      }
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "ProductOfferingRef": "#/components/schemas/ProductOfferingRef_FVO",
      "BundledProductOffering": "#/components/schemas/BundledProductOffering_FVO"
    }
  }
}