{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.driveRestoreArtifactsBulkAdditionRequest",
"title": "microsoft.graph.driveRestoreArtifactsBulkAdditionRequest",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase"
},
{
"title": "driveRestoreArtifactsBulkAdditionRequest",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"directoryObjectIds": {
"type": "array",
"items": {
"type": "string",
"nullable": true
},
"description": "The list of directory object IDs that are added to the corresponding OneDrive for work or school restore session in a bulk operation."
},
"drives": {
"type": "array",
"items": {
"type": "string",
"nullable": true
},
"description": "The list of email addresses that are added to the corresponding OneDrive for work or school restore session in a bulk operation."
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.driveRestoreArtifactsBulkAdditionRequest"
}