{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.sharePointRestoreSession", "title": "microsoft.graph.sharePointRestoreSession", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.restoreSessionBase" }, { "title": "sharePointRestoreSession", "required": [ "@odata.type" ], "type": "object", "properties": { "siteRestoreArtifacts": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.siteRestoreArtifact" }, "description": "A collection of restore points and destination details that can be used to restore SharePoint sites.", "x-ms-navigationProperty": true }, "siteRestoreArtifactsBulkAdditionRequests": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest" }, "description": "A collection of SharePoint site URLs and destination details that can be used to restore SharePoint sites.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.sharePointRestoreSession" } } } ], "x-ms-discriminator-value": "#microsoft.graph.sharePointRestoreSession" }