1
0
mirror of synced 2026-01-19 09:07:23 -05:00
Files
airbyte/airbyte-integrations/connector-templates/source-python/source_{{snakeCase name}}/spec.yaml.hbs

12 lines
265 B
Handlebars

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