ProductSpecificationDeleteEventPayload generic structure
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProductSpecificationDeleteEventPayload", "title": "ProductSpecificationDeleteEventPayload", "type": "object", "description": "ProductSpecificationDeleteEventPayload generic structure", "properties": { "productSpecification": { "$ref": "#/components/schemas/ProductSpecification" } } }