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