* 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
13 lines
295 B
Handlebars
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
|