{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.edgeSearchEngineBase", "title": "edgeSearchEngineBase", "required": [ "@odata.type" ], "type": "object", "properties": { "@odata.type": { "type": "string" } }, "description": "Allows IT admins to set a default search engine for MDM-Controlled devices. Users can override this and change their default search engine provided the AllowSearchEngineCustomization policy is not set.", "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.edgeSearchEngine": "#/components/schemas/microsoft.graph.edgeSearchEngine", "#microsoft.graph.edgeSearchEngineCustom": "#/components/schemas/microsoft.graph.edgeSearchEngineCustom" } } }