Microsoft Graph · Schema

microsoft.graph.unitMap

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphunitmap-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.unitMap",
  "title": "microsoft.graph.unitMap",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.baseMapFeature"
    },
    {
      "title": "unitMap",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "placeId": {
          "type": "string",
          "description": "Identifier of the place (such as a room) to which this unitMap belongs.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.unitMap"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.unitMap"
}