For the google sheets the following is returned: {"sourceDefinitionId":"71607ba1-c0ac-4799-8049-7f4b90dd50f7",
"documentationUrl":"
https://docs.airbyte.io/integrations/sources/google-sheets",
"connectionSpecification":{"type":"object","title":"Stripe Source Spec",
"$schema":"
http://json-schema.org/draft-07/schema#",
"required":["spreadsheet_id"],
"properties":{"credentials":{"type":"object",
"oneOf":[{"type":"object",
"title":"Authenticate via Google (Oauth)",
"required":["auth_type","client_id","client_secret","refresh_token"],
"properties":{"auth_type":{"type":"string",
"const":"Client"},
"client_id":{"type":"string",
"title":"Client ID",
"description":"The Client ID of your developer application",
"airbyte_secret":true},
"client_secret":{"type":"string",
"title":"Client Secret",
"description":"The client secret of your developer application","airbyte_secret":true},"refresh_token":{"type":"string",
"title":"Refresh Token",
"description":"A refresh token generated using the above client ID and secret","airbyte_secret":true}}},
{"type":"object",
"title":"Service Account Key Authentication",
"required":["auth_type","service_account_info"],
"properties":{"auth_type":{"type":"string",
"const":"Service"},
"service_account_info":{"type":"string",
"examples":["{ \"type\": \"service_account\", \"project_id\": YOUR_PROJECT_ID, \"private_key_id\": YOUR_PRIVATE_KEY, ... }"],
"description":"The JSON key of the service account to use for authorization","airbyte_secret":true}}}]},
"spreadsheet_id":{"type":"string",
"description":"The ID of the spreadsheet to be replicated."}},"additionalProperties":true},
"authSpecification":{"auth_type":"oauth2.0",
"oauth2Specification":{"rootObject":["credentials","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}},
"advancedAuth":null,
"jobInfo":{"id":"2b8e36c7-fa84-4abd-8342-ce62bf673ee9","configType":"get_spec",
"configId":"Optional.empty",
"createdAt":1643798369876,"endedAt":1643798369876,
"succeeded":true,
"logs":{"logLines":[]}}}