{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventOrgConnectionUpdated", "title": "EventStreamCloudEventOrgConnectionUpdated", "type": "object", "description": "SSE message for organization.connection.updated.", "additionalProperties": false, "required": [ "type", "offset", "event" ], "properties": { "type": { "$ref": "#/components/schemas/EventStreamCloudEventOrgConnectionUpdatedTypeEnum" }, "offset": { "type": "string", "description": "Opaque cursor representing position in the stream. Pass as the `from` query parameter to resume." }, "event": { "$ref": "#/components/schemas/EventStreamCloudEventOrgConnectionUpdatedCloudEvent" } } }