{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.siteRestoreArtifactsBulkAdditionRequest",
"title": "microsoft.graph.siteRestoreArtifactsBulkAdditionRequest",
"allOf": [
{
"$ref": "#/components/schemas/microsoft.graph.restoreArtifactsBulkRequestBase"
},
{
"title": "siteRestoreArtifactsBulkAdditionRequest",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"siteIds": {
"type": "array",
"items": {
"type": "string",
"nullable": true
},
"description": "The list of SharePoint site IDs that are added to the corresponding SharePoint restore session in a bulk operation."
},
"siteWebUrls": {
"type": "array",
"items": {
"type": "string",
"nullable": true
},
"description": "The list of SharePoint site URLs that are added to the corresponding SharePoint restore session in a bulk operation."
},
"@odata.type": {
"type": "string"
}
}
}
],
"x-ms-discriminator-value": "#microsoft.graph.siteRestoreArtifactsBulkAdditionRequest"
}