2022-01-17 16:58:15 +00:00
|
|
|
---
|
|
|
|
|
to: <%= plugins_path %>/packages/<%= name %>/lib/operations.json
|
|
|
|
|
---
|
2022-02-07 10:02:38 +00:00
|
|
|
<%
|
|
|
|
|
Display_name = h.capitalize(display_name)
|
|
|
|
|
%>
|
2022-01-17 16:58:15 +00:00
|
|
|
{
|
2022-01-27 05:25:16 +00:00
|
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
|
2022-02-07 10:02:38 +00:00
|
|
|
"title": "<%= Display_name %> datasource",
|
|
|
|
|
"description": "A schema defining <%= Display_name %> datasource",
|
2022-01-17 16:58:15 +00:00
|
|
|
"type": "<%= type %>",
|
|
|
|
|
"defaults": {},
|
|
|
|
|
"properties": {}
|
|
|
|
|
}
|