{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "BatchUpdateValuesRequest", "type": "object", "description": "The request for updating more than one range of values in a spreadsheet.", "properties": { "data": { "type": "array", "description": "The new values to apply to the spreadsheet." }, "includeValuesInResponse": { "type": "boolean", "description": "Determines if the update response should include the values of the cells that were updated." } } }