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