{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProjectRoleGroup", "title": "ProjectRoleGroup", "additionalProperties": false, "description": "Details of the group associated with the role.", "properties": { "displayName": { "description": "The display name of the group.", "type": "string" }, "groupId": { "description": "The ID of the group.", "type": "string" }, "name": { "description": "The name of the group. As a group's name can change, use of `groupId` is recommended to identify the group.", "type": "string" } }, "type": "object" }