1
0
mirror of synced 2026-01-10 18:02:07 -05:00
Files
airbyte/airbyte-integrations/connector-templates/source-python/source_{{snakeCase name}}/spec.yaml.hbs
Pedro S. Lopez 0c12ad9136 python generators output spec.yaml files (#12245)
* generators output spec.yaml files

* source-singer generator also uses spec.yaml

* update scaffold

* update python cdk tutorials to use spec.yaml

* add docs updates

* consistency
2022-04-26 07:16:04 -07:00

13 lines
295 B
Handlebars

documentationUrl: https://docsurl.com
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: {{capitalCase name}} Spec
type: object
required:
- fix-me
additionalProperties: false
properties:
fix-me:
type: string
description: describe me