mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 15:07:23 +00:00
38 lines
No EOL
768 B
JSON
38 lines
No EOL
768 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
|
|
"title": "Stripe datasource",
|
|
"description": "A schema defining stripe datasource",
|
|
"type": "api",
|
|
"source": {
|
|
"name": "Stripe",
|
|
"kind": "stripe",
|
|
"exposedVariables": {
|
|
"isLoading": false,
|
|
"data": {},
|
|
"rawData": {}
|
|
},
|
|
"options": {
|
|
"api_key": {
|
|
"type": "string",
|
|
"encrypted": true
|
|
}
|
|
},
|
|
"customTesting": true
|
|
},
|
|
"defaults": {
|
|
"api_key": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"properties": {
|
|
"api_key": {
|
|
"label": "API key",
|
|
"key": "api_key",
|
|
"type": "password",
|
|
"description": "Api key for stripe"
|
|
}
|
|
},
|
|
"required": [
|
|
"api_key"
|
|
]
|
|
} |