{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.sharePointMigrationJobCancelledEvent", "title": "microsoft.graph.sharePointMigrationJobCancelledEvent", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.sharePointMigrationEvent" }, { "title": "sharePointMigrationJobCancelledEvent", "required": [ "@odata.type" ], "type": "object", "properties": { "isCancelledByUser": { "type": "boolean", "description": "True when a user cancels the job; otherwise, false. Read-only." }, "totalRetryCount": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "The current retry count of the job. Read-only.", "format": "int32" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.sharePointMigrationJobCancelledEvent" }