Microsoft Graph · Schema

microsoft.graph.macOSMicrosoftEdgeApp

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphmacosmicrosoftedgeapp-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.macOSMicrosoftEdgeApp",
  "title": "microsoft.graph.macOSMicrosoftEdgeApp",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.mobileApp"
    },
    {
      "title": "macOSMicrosoftEdgeApp",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "channel": {
          "$ref": "#/components/schemas/microsoft.graph.microsoftEdgeChannel"
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.macOSMicrosoftEdgeApp"
        }
      },
      "description": "Contains properties and inherited properties for the macOS Microsoft Edge App."
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.macOSMicrosoftEdgeApp"
}