21 lines
612 B
JSON
21 lines
612 B
JSON
{
|
|
"documentationUrl": "https://docs.airbyte.com/integrations/destinations/scaffold-destination-python",
|
|
"supported_destination_sync_modes": [
|
|
"TODO, available options are: 'overwrite', 'append', and 'append_dedup'"
|
|
],
|
|
"supportsIncremental": true,
|
|
"connectionSpecification": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Destination Scaffold Destination Python",
|
|
"type": "object",
|
|
"required": ["TODO -- fix me!"],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"TODO": {
|
|
"type": "string",
|
|
"description": "FIX ME"
|
|
}
|
|
}
|
|
}
|
|
}
|