The event content.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventGroupRoleDeletedObject", "title": "EventStreamCloudEventGroupRoleDeletedObject", "type": "object", "description": "The event content.", "additionalProperties": false, "required": [ "group", "role", "deleted_at" ], "properties": { "group": { "$ref": "#/components/schemas/EventStreamCloudEventGroupRoleDeletedObjectGroup" }, "role": { "$ref": "#/components/schemas/EventStreamCloudEventGroupRoleDeletedObjectRole" }, "deleted_at": { "type": "string", "description": "The time at which the role was removed from the group.", "format": "date-time" } } }