TM Forum · Schema

ProductOfferingStateChangeEventPayload

ProductOfferingStateChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
productOffering object
View JSON Schema on GitHub

JSON Schema

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