The event content.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventOrgConnectionRemovedObject", "title": "EventStreamCloudEventOrgConnectionRemovedObject", "type": "object", "description": "The event content.", "additionalProperties": false, "required": [ "organization", "connection" ], "properties": { "organization": { "$ref": "#/components/schemas/EventStreamCloudEventOrgConnectionRemovedObjectOrganization" }, "connection": { "$ref": "#/components/schemas/EventStreamCloudEventOrgConnectionRemovedObjectConnection" } } }