{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.groupMembers", "title": "microsoft.graph.groupMembers", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.subjectSet" }, { "title": "groupMembers", "required": [ "@odata.type" ], "type": "object", "properties": { "description": { "type": "string", "description": "The name of the group in Microsoft Entra ID. Read-only.", "nullable": true }, "groupId": { "type": "string", "description": "The ID of the group in Microsoft Entra ID.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.groupMembers" } } } ], "x-ms-discriminator-value": "#microsoft.graph.groupMembers" }