17 lines
382 B
Handlebars
17 lines
382 B
Handlebars
{
|
|
"documentationUrl": "https://docsurl.com",
|
|
"connectionSpecification": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "{{titleCase name}} Spec",
|
|
"type": "object",
|
|
"required": ["fix-me"],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"fix-me": {
|
|
"type": "string",
|
|
"description": "describe me"
|
|
}
|
|
}
|
|
}
|
|
}
|