From f1805ae3846469740da326386ee72c8df58adc27 Mon Sep 17 00:00:00 2001 From: grishick Date: Fri, 18 Mar 2022 16:39:41 -0700 Subject: [PATCH] Spec cleanup * Add title to credentials * Add text about where to get spreadsheet ID to spreadsheet_id * Add an example of spreadsheet id --- .../source-google-sheets/google_sheets_source/spec.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/airbyte-integrations/connectors/source-google-sheets/google_sheets_source/spec.json b/airbyte-integrations/connectors/source-google-sheets/google_sheets_source/spec.json index 855200689806..eaf9659baef9 100644 --- a/airbyte-integrations/connectors/source-google-sheets/google_sheets_source/spec.json +++ b/airbyte-integrations/connectors/source-google-sheets/google_sheets_source/spec.json @@ -10,10 +10,13 @@ "spreadsheet_id": { "type": "string", "title": "Spreadsheet ID", - "description": "The ID of the spreadsheet to be replicated." + "description": "The ID of the spreadsheet to be replicated. The ID is found in the URL of your spreadsheet, typically between \"/d/\" and \"/edit\"", + "examples": ["1hLd9Qqti5XyLXZB2aFfUWDT7BG-arw2xy4HR3D-dwUb"] }, "credentials": { "type": "object", + "title": "Credentials", + "description": "Google API Credentials for connecting to Google Sheets and Google Drive APIs", "oneOf": [ { "title": "Authenticate via Google (OAuth)",