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