changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "error": {
+ "description": "Error code if connection required",
+ "type": "string"
+ },
+ "message": {
+ "description": "Error message if connection required",
+ "type": "string"
+ },
+ "properties": {
+ "description": "Spreadsheet properties",
+ "properties": {
+ "title": {
+ "description": "Spreadsheet title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "sheets": {
+ "description": "List of sheets/tabs in the spreadsheet",
+ "items": {
+ "properties": {
+ "properties": {
+ "description": "Sheet properties",
+ "properties": {
+ "gridProperties": {
+ "description": "Grid dimensions and properties",
+ "type": "object"
+ },
+ "index": {
+ "description": "Sheet index",
+ "type": "integer"
+ },
+ "sheetId": {
+ "description": "Sheet ID",
+ "type": "integer"
+ },
+ "sheetType": {
+ "description": "Sheet type",
+ "type": "string"
+ },
+ "title": {
+ "description": "Sheet name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "spreadsheetId": {
+ "description": "Spreadsheet ID",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}