TM Forum · Schema

ProductCatalogDeleteEventPayload

ProductCatalogDeleteEventPayload generic structure

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
productCatalog object
View JSON Schema on GitHub

JSON Schema

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