* 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
297 B
YAML
13 lines
297 B
YAML
documentationUrl: https://docsurl.com
|
|
connectionSpecification:
|
|
$schema: http://json-schema.org/draft-07/schema#
|
|
title: Scaffold Source Python Spec
|
|
type: object
|
|
required:
|
|
- fix-me
|
|
additionalProperties: false
|
|
properties:
|
|
fix-me:
|
|
type: string
|
|
description: describe me
|