* 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
25 lines
826 B
JSON
25 lines
826 B
JSON
{
|
|
"documentationUrl": "https://docs.airbyte.com/integrations/sources/close-com",
|
|
"connectionSpecification": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Close.com Spec",
|
|
"type": "object",
|
|
"required": ["api_key"],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"api_key": {
|
|
"type": "string",
|
|
"description": "Close.com API key (usually starts with 'api_'; find yours <a href=\"https://app.close.com/settings/api/\">here</a>).",
|
|
"airbyte_secret": true
|
|
},
|
|
"start_date": {
|
|
"type": "string",
|
|
"description": "The start date to sync data. Leave blank for full sync. Format: YYYY-MM-DD.",
|
|
"examples": ["2021-01-01"],
|
|
"default": "2021-01-01",
|
|
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
|
|
}
|
|
}
|
|
}
|
|
}
|