{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.sharePointMigrationContainerInfo", "title": "sharePointMigrationContainerInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "dataContainerUri": { "type": "string", "description": "A valid URL with a SAS token for accessing the Azure blob storage container that contains the file content. Read-only." }, "encryptionKey": { "type": "string", "description": "Provides the AES-256-CBC encryption key if files stored in Azure blob containers are encrypted. The key is Base64-encoded. Read-only." }, "metadataContainerUri": { "type": "string", "description": "A valid URL with a SAS token for accessing the Azure blob storage container that contains the file metadata. Read-only." }, "@odata.type": { "type": "string" } } }