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