{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.assignedPlaceMode", "title": "microsoft.graph.assignedPlaceMode", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.placeMode" }, { "title": "assignedPlaceMode", "required": [ "@odata.type" ], "type": "object", "properties": { "assignedUserEmailAddress": { "type": "string", "description": "The email address of the user to whom the desk is assigned.", "nullable": true }, "assignedUserId": { "type": "string", "description": "The user ID of the user to whom the desk is assigned.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.assignedPlaceMode" } } } ], "x-ms-discriminator-value": "#microsoft.graph.assignedPlaceMode" }