Microsoft Office 365 · JSON Structure

Microsoft Graph Outlook Geo Coordinates Structure

Type: object Properties: 5
CloudCollaborationEnterpriseMicrosoftProductivity

OutlookGeoCoordinates 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

latitude longitude accuracy altitude altitudeAccuracy

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OutlookGeoCoordinates",
  "type": "object",
  "properties": {
    "latitude": {
      "type": "number"
    },
    "longitude": {
      "type": "number"
    },
    "accuracy": {
      "type": "number"
    },
    "altitude": {
      "type": "number"
    },
    "altitudeAccuracy": {
      "type": "number"
    }
  }
}