{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsMicrosoftEdgeApp", "title": "microsoft.graph.windowsMicrosoftEdgeApp", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.mobileApp" }, { "title": "windowsMicrosoftEdgeApp", "required": [ "@odata.type" ], "type": "object", "properties": { "channel": { "$ref": "#/components/schemas/microsoft.graph.microsoftEdgeChannel" }, "displayLanguageLocale": { "type": "string", "description": "The language locale to use when the Edge app displays text to the user.", "nullable": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.windowsMicrosoftEdgeApp" } }, "description": "Contains properties and inherited properties for the Microsoft Edge app on Windows." } ], "x-ms-discriminator-value": "#microsoft.graph.windowsMicrosoftEdgeApp" }