1
0
mirror of synced 2025-12-25 11:06:55 -05:00
Files
airbyte/airbyte-integrations/template/python-source/template_python_source/catalog.json
2020-10-16 10:56:08 -07:00

17 lines
243 B
JSON

{
"streams": [
{
"name": "love_airbyte",
"schema": {
"type": "object",
"required": ["love"],
"properties": {
"love": {
"type": "boolean"
}
}
}
}
]
}