mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-01 18:37:31 +00:00
11 lines
No EOL
349 B
Perl
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": {}
|
|
} |