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