mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* 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>
16 lines
No EOL
544 B
JSON
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"
|
|
}
|
|
}
|
|
} |