* add new stream properties * add PR number * change additionalProperties to true * revert bumoed version of an image, add json schema in the tests files, remove additionalProperties: true * gradle build completed * improve test acceptance quality, adjust the order of objects for the properties json schema * delete reduntant configured_catalog, add json schema for all streams * auto-bump connector version [ci skip] Co-authored-by: Sajarin <sajarindider@gmail.com> Co-authored-by: Marie Amelie Sandrock <marieamelie94@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"documentationUrl": "https://docs.airbyte.io/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
|
|
}
|
|
}
|
|
}
|
|
}
|