{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.workbookOperation", "title": "microsoft.graph.workbookOperation", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "workbookOperation", "required": [ "@odata.type" ], "type": "object", "properties": { "error": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.workbookOperationError" }, { "type": "object", "nullable": true } ], "description": "The error returned by the operation." }, "resourceLocation": { "type": "string", "description": "The resource URI for the result.", "nullable": true }, "status": { "$ref": "#/components/schemas/microsoft.graph.workbookOperationStatus" }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.workbookOperation" }