{ "$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" } } } }