{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.edgeSearchEngine", "title": "microsoft.graph.edgeSearchEngine", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.edgeSearchEngineBase" }, { "title": "edgeSearchEngine", "required": [ "@odata.type" ], "type": "object", "properties": { "edgeSearchEngineType": { "$ref": "#/components/schemas/microsoft.graph.edgeSearchEngineType" }, "@odata.type": { "type": "string", "default": "#microsoft.graph.edgeSearchEngine" } }, "description": "Allows IT admins to set a predefined default search engine for MDM-Controlled devices." } ], "x-ms-discriminator-value": "#microsoft.graph.edgeSearchEngine" }