ToolJet/plugins/_templates/plugin/new/operations.ejs.t
Gandharv 27c91a008a
Add json schema for vscode autocomplete (#1962)
* add json schema

* update schema

* update link
2022-01-27 10:55:16 +05:30

11 lines
No EOL
349 B
Perl

---
to: <%= plugins_path %>/packages/<%= name %>/lib/operations.json
---
{
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
"title": "<%= Name %> datasource",
"description": "A schema defining <%= name %> datasource",
"type": "<%= type %>",
"defaults": {},
"properties": {}
}