* 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
602 B
JSON
25 lines
602 B
JSON
{
|
|
"documentationUrl": "https://docs.airbyte.com/integrations/sources/flexport",
|
|
"connectionSpecification": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Flexport Spec",
|
|
"additionalProperties": true,
|
|
"type": "object",
|
|
"required": ["api_key", "start_date"],
|
|
"properties": {
|
|
"api_key": {
|
|
"order": 0,
|
|
"type": "string",
|
|
"title": "API Key",
|
|
"airbyte_secret": true
|
|
},
|
|
"start_date": {
|
|
"order": 1,
|
|
"title": "Start Date",
|
|
"type": "string",
|
|
"format": "date-time"
|
|
}
|
|
}
|
|
}
|
|
}
|