ToolJet/plugins/packages/stripe/lib/operations.json
Ganesh Kumar b8b0d57504
Fix: ApiEndpointInput component used for rendering OpenAPI spec where values are stored in cache for respective operation. (#13732)
* apiendpoint component used for rendering openapi spec value are persisted

* Fix/stripe old component (#13737)

* fix: integrated old component

* removed log

---------

Co-authored-by: Devanshu Gupta <devanshuguptaknp@gmail.com>
2025-08-08 22:28:57 +05:30

16 lines
No EOL
544 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-old",
"description": "Single select dropdown for operation",
"spec_url": "https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json"
}
}
}