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