Microsoft Graph · Schema

Edge

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-edge-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Edge",
  "title": "Edge",
  "allOf": [
    {
      "$ref": "#/components/schemas/Entity"
    },
    {
      "title": "Edge",
      "type": "object",
      "properties": {
        "internetExplorerMode": {
          "$ref": "#/components/schemas/InternetExplorerMode"
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ]
}