1
0
mirror of synced 2026-01-28 19:01:58 -05:00
Files
airbyte/airbyte-integrations/connector-templates/destination-java/spec.json.hbs
Pedro S. Lopez 938436bcc9 update connector specs and definitions with new .com documentation urls (#17585)
* 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
2022-10-11 11:04:23 -04:00

22 lines
525 B
Handlebars

{
"documentationUrl": "https://docs.airbyte.com/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"
],
"properties": {
"TODO_sample_field": {
"title": "Sample Field",
"type": "string",
"description": "",
"examples": [""]
}
}
}
}