{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.sharePointMigrationJob", "title": "microsoft.graph.sharePointMigrationJob", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "sharePointMigrationJob", "required": [ "@odata.type" ], "type": "object", "properties": { "containerInfo": { "$ref": "#/components/schemas/microsoft.graph.sharePointMigrationContainerInfo" }, "progressEvents": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.sharePointMigrationEvent" }, "description": "A collection of migration events that reflects the job status changes.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.sharePointMigrationJob" }