{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.workbookApplication", "title": "microsoft.graph.workbookApplication", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "workbookApplication", "required": [ "@odata.type" ], "type": "object", "properties": { "calculationMode": { "type": "string", "description": "Returns the calculation mode used in the workbook. The possible values are: Automatic, AutomaticExceptTables, Manual." }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.workbookApplication" }