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