TM Forum · Schema

ProductBatchEventPayload

ProductBatchEventPayload

TelcoTelecommunicationsBSSOSSOpen APIsStandards

Properties

Name Type Description
product array A list of product
View JSON Schema on GitHub

JSON Schema

tm-forum-productbatcheventpayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProductBatchEventPayload",
  "title": "ProductBatchEventPayload",
  "type": "object",
  "description": "ProductBatchEventPayload",
  "properties": {
    "product": {
      "type": "array",
      "description": "A list of product",
      "items": {
        "$ref": "#/components/schemas/Product"
      }
    }
  }
}