{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.browserSite", "title": "microsoft.graph.browserSite", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "browserSite", "required": [ "@odata.type" ], "type": "object", "properties": { "allowRedirect": { "type": "boolean", "description": "Controls the behavior of redirected sites. If true, indicates that the site will open in Internet Explorer 11 or Microsoft Edge even if the site is navigated to as part of a HTTP or meta refresh redirection chain." }, "comment": { "type": "string", "description": "The comment for the site." }, "compatibilityMode": { "$ref": "#/components/schemas/microsoft.graph.browserSiteCompatibilityMode" }, "createdDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date and time when the site was created.", "format": "date-time" }, "deletedDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date and time when the site was deleted.", "format": "date-time", "nullable": true }, "history": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.browserSiteHistory" }, "description": "The history of modifications applied to the site." }, "lastModifiedBy": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.identitySet" }, { "type": "object", "nullable": true } ], "description": "The user who last modified the site." }, "lastModifiedDateTime": { "pattern": "^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$", "type": "string", "description": "The date and time when the site was last modified.", "format": "date-time" }, "mergeType": { "$ref": "#/components/schemas/microsoft.graph.browserSiteMergeType" }, "status": { "$ref": "#/components/schemas/microsoft.graph.browserSiteStatus" }, "targetEnvironment": { "$ref": "#/components/schemas/microsoft.graph.browserSiteTargetEnvironment" }, "webUrl": { "type": "string", "description": "The URL of the site." }, "@odata.type": { "type": "string" } }, "description": "Singleton entity which is used to specify IE mode site metadata" } ], "x-ms-discriminator-value": "#microsoft.graph.browserSite" }