mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-30 18:07:20 +00:00
16 lines
No EOL
559 B
JSON
16 lines
No EOL
559 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
|
|
"title": "EasyPost Datasource",
|
|
"description": "A schema defining EasyPost datasource",
|
|
"type": "api",
|
|
"defaults": {},
|
|
"properties": {
|
|
"operation": {
|
|
"label": "",
|
|
"key": "easypost_operation",
|
|
"type": "react-component-api-endpoint",
|
|
"description": "Single select dropdown for operation",
|
|
"spec_url": "https://raw.githubusercontent.com/adishM98/base-repo-testing/main/easypost-openapi.yaml"
|
|
}
|
|
}
|
|
} |