1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/airbyte-integrations/template/python-source/template_python_source/spec.json
2020-10-16 10:56:08 -07:00

18 lines
485 B
JSON

{
"documentationUrl": "https://docs.airbyte.io/integrations/sources/template-python-source",
"connectionSpecification": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Template python source Spec",
"type": "object",
"required": ["love_airbyte"],
"additionalProperties": false,
"properties": {
"love_airbyte": {
"type": "boolean",
"description": "Do you love Airbyte",
"examples": ["true"]
}
}
}
}