{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.workbookOperationError", "title": "workbookOperationError", "required": [ "@odata.type" ], "type": "object", "properties": { "code": { "type": "string", "description": "The error code.", "nullable": true }, "innerError": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.workbookOperationError" }, { "type": "object", "nullable": true } ] }, "message": { "type": "string", "description": "The error message.", "nullable": true }, "@odata.type": { "type": "string" } } }