TM Forum · Schema

ProductCatalogCreateEventPayload

ProductCatalogCreateEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
productCatalog object
View JSON Schema on GitHub

JSON Schema

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