ToolJet/plugins/packages/stripe/lib/operations.json
2025-08-03 12:39:18 +05:30

16 lines
No EOL
540 B
JSON

{
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/operations.schema.json",
"title": "Stripe datasource",
"description": "A schema defining stripe datasource",
"type": "api",
"defaults": {},
"properties": {
"operation": {
"label": "",
"key": "stripe_operation",
"type": "react-component-api-endpoint",
"description": "Single select dropdown for operation",
"spec_url": "https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json"
}
}
}