Microsoft Office 365 · JSON Structure

Microsoft Graph Location Structure

Type: object Properties: 5
CloudCollaborationEnterpriseMicrosoftProductivity

Location is a JSON Structure definition published by Microsoft Office 365, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

displayName locationType locationUri uniqueId uniqueIdType

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Location",
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string"
    },
    "locationType": {
      "type": "string"
    },
    "locationUri": {
      "type": "string"
    },
    "uniqueId": {
      "type": "string"
    },
    "uniqueIdType": {
      "type": "string"
    }
  }
}