1
0
mirror of synced 2026-01-07 00:05:48 -05:00
Files
2023-01-13 09:03:23 +01:00

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"
}
}
}
}