{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession", "title": "microsoft.graph.oneDriveForBusinessRestoreSession", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.restoreSessionBase" }, { "title": "oneDriveForBusinessRestoreSession", "required": [ "@odata.type" ], "type": "object", "properties": { "driveRestoreArtifacts": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.driveRestoreArtifact" }, "description": "A collection of restore points and destination details that can be used to restore a OneDrive for work or school drive.", "x-ms-navigationProperty": true }, "driveRestoreArtifactsBulkAdditionRequests": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest" }, "description": "A collection of user mailboxes and destination details that can be used to restore a OneDrive for work or school drive.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string", "default": "#microsoft.graph.oneDriveForBusinessRestoreSession" } } } ], "x-ms-discriminator-value": "#microsoft.graph.oneDriveForBusinessRestoreSession" }