TM Forum · Schema

ProductOfferingPriceCreateEventPayload

ProductOfferingPriceCreateEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
productOfferingPrice object
View JSON Schema on GitHub

JSON Schema

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