TM Forum · Schema

ProductDeleteEventPayload

Product Delete

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
product object
View JSON Schema on GitHub

JSON Schema

tm-forum-productdeleteeventpayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductDeleteEventPayload",
  "title": "ProductDeleteEventPayload",
  "type": "object",
  "description": "Product Delete",
  "properties": {
    "product": {
      "$ref": "#/components/schemas/Product"
    }
  }
}