{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.siteRestoreArtifact", "title": "microsoft.graph.siteRestoreArtifact", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.restoreArtifactBase" }, { "title": "siteRestoreArtifact", "required": [ "@odata.type" ], "type": "object", "properties": { "restoredSiteId": { "type": "string", "description": "The new site identifier if the value of the destinationType property is new, and the existing site ID if the value is inPlace.", "nullable": true }, "restoredSiteName": { "type": "string", "description": "The name of the restored site.", "nullable": true, "readOnly": true }, "restoredSiteWebUrl": { "type": "string", "description": "The web URL of the restored site.", "nullable": true, "readOnly": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.siteRestoreArtifact" }