TM Forum · Schema

ProductSpecificationStateChangeEventPayload

ProductSpecificationStateChangeEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
productSpecification object
View JSON Schema on GitHub

JSON Schema

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