1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
2021-02-16 22:05:29 -08:00

17 lines
386 B
JSON

{
"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"
}
}
}
}