* update definitions with new .com docs urls * update docs urls in specs * update generators * regenerate scaffold connectors * remove unrelated changes * update more urls * update specs * fix tests * run `:airbyte-config:specs:generateSeedConnectorSpecs` to fix formatting * revert docs changes to make pr more reviewable * revert generator readme changes to make more reviewable * fix mysql strict encrypt expected spec * fix postgres expected spec
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"documentationUrl": "https://docs.airbyte.com/integrations/sources/zenloop",
|
|
"connectionSpecification": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Zenloop Spec",
|
|
"type": "object",
|
|
"required": ["api_token"],
|
|
"properties": {
|
|
"api_token": {
|
|
"type": "string",
|
|
"description": "Zenloop API Token. You can get the API token in settings page <a href=\"https://app.zenloop.com/settings/api\">here</a> ",
|
|
"airbyte_secret": true
|
|
},
|
|
"date_from": {
|
|
"type": "string",
|
|
"description": "Zenloop date_from. Format: 2021-10-24T03:30:30Z or 2021-10-24. Leave empty if only data from current data should be synced",
|
|
"examples": ["2021-10-24T03:30:30Z"]
|
|
},
|
|
"survey_id": {
|
|
"type": "string",
|
|
"description": "Zenloop Survey ID. Can be found <a href=\"https://app.zenloop.com/settings/api\">here</a>. Leave empty to pull answers from all surveys",
|
|
"airbyte_secret": true
|
|
},
|
|
"survey_group_id": {
|
|
"type": "string",
|
|
"description": "Zenloop Survey Group ID. Can be found by pulling All Survey Groups via SurveyGroups stream. Leave empty to pull answers from all survey groups",
|
|
"airbyte_secret": true
|
|
}
|
|
}
|
|
}
|
|
}
|