{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/EventStreamCloudEventGroupRoleAssignedObjectRole",
"title": "EventStreamCloudEventGroupRoleAssignedObjectRole",
"type": "object",
"description": "The role assigned to the group.",
"additionalProperties": false,
"required": [
"id",
"name"
],
"properties": {
"id": {
"type": "string",
"description": "The ID of the role.",
"pattern": "rol_[a-zA-Z0-9]{16}"
},
"name": {
"type": "string",
"description": "The name of the role."
}
}
}