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": {
+ "locale": {
+ "description": "Spreadsheet locale",
+ "type": "string"
+ },
+ "timeZone": {
+ "description": "Spreadsheet timezone",
+ "type": "string"
+ },
+ "title": {
+ "description": "Spreadsheet title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "sheets": {
+ "description": "Default sheet created with the spreadsheet",
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "spreadsheetId": {
+ "description": "ID of the newly created spreadsheet",
+ "type": "string"
+ },
+ "spreadsheetUrl": {
+ "description": "URL to access the spreadsheet",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}