{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InternetExplorerMode", "title": "InternetExplorerMode", "allOf": [ { "$ref": "#/components/schemas/Entity" }, { "title": "InternetExplorerMode", "type": "object", "properties": { "siteLists": { "type": "array", "items": { "$ref": "#/components/schemas/BrowserSiteList" } }, "@odata.type": { "type": "string" } } } ] }