TM Forum · Schema

ProductOfferingQualificationRef

A productOfferingQualification that has been executed previously

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-productofferingqualificationref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductOfferingQualificationRef",
  "title": "ProductOfferingQualificationRef",
  "type": "object",
  "description": "A productOfferingQualification that has been executed previously",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible"
    },
    {
      "$ref": "#/components/schemas/EntityRef"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "ProductOfferingQualificationRef": "#/components/schemas/ProductOfferingQualificationRef"
    }
  }
}