{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.desk", "title": "microsoft.graph.desk", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.place" }, { "title": "desk", "required": [ "@odata.type" ], "type": "object", "properties": { "displayDeviceName": { "type": "string", "description": "The name of the display device (for example, monitor or projector) that is available at the desk.", "nullable": true }, "mailboxDetails": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.mailboxDetails" }, { "type": "object", "nullable": true } ], "description": "The mailbox object id and email address that are associated with the desk." }, "mode": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.placeMode" }, { "type": "object", "nullable": true } ], "description": "The mode of the desk. The supported modes are:assignedPlaceMode - Desks that are assigned to a user.reservablePlaceMode - Desks that can be booked in advance using desk reservation tools.dropInPlaceMode - First come, first served desks. When you plug into a peripheral on one of these desks, the desk is booked for you, assuming the peripheral is associated with the desk in the Microsoft Teams Rooms Pro management portal." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.desk" } } } ], "x-ms-discriminator-value": "#microsoft.graph.desk" }