TM Forum · Schema

ProductOfferingPriceAttributeValueChangeEventPayload

ProductOfferingPriceAttributeValueChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
productOfferingPrice object
View JSON Schema on GitHub

JSON Schema

tm-forum-productofferingpriceattributevaluechangeeventpayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductOfferingPriceAttributeValueChangeEventPayload",
  "title": "ProductOfferingPriceAttributeValueChangeEventPayload",
  "type": "object",
  "description": "ProductOfferingPriceAttributeValueChangeEventPayload generic structure",
  "properties": {
    "productOfferingPrice": {
      "$ref": "#/components/schemas/ProductOfferingPrice"
    }
  }
}