{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventGroupRoleAssignedObject", "title": "EventStreamCloudEventGroupRoleAssignedObject", "type": "object", "description": "The event content.", "additionalProperties": false, "required": [ "group", "role", "created_at" ], "properties": { "group": { "$ref": "#/components/schemas/EventStreamCloudEventGroupRoleAssignedObjectGroup" }, "role": { "$ref": "#/components/schemas/EventStreamCloudEventGroupRoleAssignedObjectRole" }, "created_at": { "type": "string", "description": "The time at which the role was assigned to the group.", "format": "date-time" } } }