From ba576817dad6bdffc9af105e4415496a90b522a8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 21 Jun 2024 11:53:56 +0000 Subject: [PATCH] auto-organize --- .domino/compiled_metadata.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.domino/compiled_metadata.json b/.domino/compiled_metadata.json index 51e519b..93b42aa 100644 --- a/.domino/compiled_metadata.json +++ b/.domino/compiled_metadata.json @@ -54,9 +54,10 @@ "output_schema": { "properties": { "output_data": { - "description": "Sleep piece executed", - "title": "Output Data", - "type": "object" + "description": "List of records from the Google Sheet.", + "items": {}, + "title": "Output Data.", + "type": "array" } }, "required": [ @@ -68,7 +69,7 @@ "secrets_schema": { "properties": { "service_account_data": { - "description": "Service account JSON data for Google Sheets API", + "description": "Service account JSON data for Google Sheets API. Paste it as a string.", "title": "Service Account", "type": "string" }