{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BatchUpdateSpreadsheetRequest", "type": "object", "properties": { "requests": { "type": "array" }, "includeSpreadsheetInResponse": { "type": "boolean" }, "responseRanges": { "type": "array" }, "responseIncludeGridData": { "type": "boolean" } } }