Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…is-pieces into dev
  • Loading branch information
vinicvaz committed Jun 21, 2024
2 parents f45581a + ba57681 commit f99b7b9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .domino/compiled_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand All @@ -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"
}
Expand Down

0 comments on commit f99b7b9

Please sign in to comment.