Microsoft Graph · Schema

InternetExplorerMode

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

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