mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-02 10:57:20 +00:00
14 lines
413 B
Perl
14 lines
413 B
Perl
|
|
---
|
||
|
|
to: <%= plugins_path %>/plugins/<%= name %>/lib/operations.json
|
||
|
|
---
|
||
|
|
<%
|
||
|
|
Display_name = h.capitalize(display_name)
|
||
|
|
%>
|
||
|
|
{
|
||
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
|
||
|
|
"title": "<%= Display_name %> datasource",
|
||
|
|
"description": "A schema defining <%= Display_name %> datasource",
|
||
|
|
"type": "<%= type %>",
|
||
|
|
"defaults": {},
|
||
|
|
"properties": {}
|
||
|
|
}
|