{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BatchUpdateValuesResponse", "type": "object", "properties": { "spreadsheetId": { "type": "string" }, "totalUpdatedRows": { "type": "integer" }, "totalUpdatedColumns": { "type": "integer" }, "totalUpdatedCells": { "type": "integer" }, "totalUpdatedSheets": { "type": "integer" }, "responses": { "type": "array" } } }