{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.pendingOperations", "title": "pendingOperations", "required": [ "@odata.type" ], "type": "object", "properties": { "pendingContentUpdate": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.pendingContentUpdate" }, { "type": "object", "nullable": true } ], "description": "A property that indicates that an operation that might update the binary content of a file is pending completion." }, "@odata.type": { "type": "string" } } }