Microsoft Graph · Schema

microsoft.graph.driveRestoreArtifact

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphdriverestoreartifact-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.driveRestoreArtifact",
  "title": "microsoft.graph.driveRestoreArtifact",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.restoreArtifactBase"
    },
    {
      "title": "driveRestoreArtifact",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "restoredSiteId": {
          "type": "string",
          "description": "The new site identifier if destinationType is new, and the input site ID if the destinationType is inPlace.",
          "nullable": true
        },
        "restoredSiteName": {
          "type": "string",
          "description": "The name of the restored site.",
          "nullable": true,
          "readOnly": true
        },
        "restoredSiteWebUrl": {
          "type": "string",
          "description": "The web URL of the restored site.",
          "nullable": true,
          "readOnly": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.driveRestoreArtifact"
}