18 lines
485 B
JSON
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"]
|
|
}
|
|
}
|
|
}
|
|
}
|