TM Forum · Schema

QuoteRef

Quote reference. It's a Quote that has been executed previously.

TelcoTelecommunicationsBSSOSSOpen APIsStandards
View JSON Schema on GitHub

JSON Schema

tm-forum-quoteref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QuoteRef",
  "title": "QuoteRef",
  "type": "object",
  "description": "Quote reference. It's a Quote that has been executed previously.",
  "allOf": [
    {
      "$ref": "#/components/schemas/Extensible"
    },
    {
      "$ref": "#/components/schemas/EntityRef"
    }
  ],
  "discriminator": {
    "propertyName": "@type",
    "mapping": {
      "QuoteRef": "#/components/schemas/QuoteRef"
    }
  }
}