Microsoft Graph · Schema

microsoft.graph.siteRestoreArtifactsBulkAdditionRequest

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsiterestoreartifactsbulkadditionrequest-schema.json Raw ↑
{
  "$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"
}