23 lines
559 B
Handlebars
23 lines
559 B
Handlebars
{
|
|
"documentationUrl": "https://docs.airbyte.io/integrations/destinations/{{dashCase name}}",
|
|
"supportsIncremental": TODO,
|
|
"supported_destination_sync_modes": ["TODO"],
|
|
"connectionSpecification": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "TODO",
|
|
"type": "object",
|
|
"required": [
|
|
"TODO"
|
|
],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"TODO_sample_field": {
|
|
"title": "Sample Field",
|
|
"type": "string",
|
|
"description": "",
|
|
"examples": [""]
|
|
}
|
|
}
|
|
}
|
|
}
|