{ "$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" }