14 lines
452 B
Handlebars
14 lines
452 B
Handlebars
documentationUrl: https://docsurl.com
|
|
connectionSpecification:
|
|
$schema: http://json-schema.org/draft-07/schema#
|
|
title: {{capitalCase name}} Spec
|
|
type: object
|
|
required:
|
|
- TODO
|
|
additionalProperties: false
|
|
properties:
|
|
# 'TODO: This schema defines the configuration required for the source. This usually involves metadata such as database and/or authentication information.':
|
|
TODO:
|
|
type: string
|
|
description: describe me
|