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