2021-09-15 02:50:55 +00:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json-schema.org/",
|
|
|
|
|
"$id": "https://tooljet.io/Stripe.schema.json",
|
|
|
|
|
"title": "Stripe datasource",
|
|
|
|
|
"description": "A schema defining stripe datasource",
|
|
|
|
|
"type": "object",
|
2021-09-22 05:13:12 +00:00
|
|
|
"source": {
|
|
|
|
|
"name": "Stripe",
|
|
|
|
|
"kind": "stripe",
|
|
|
|
|
"exposedVariables": {
|
|
|
|
|
"isLoading": {},
|
|
|
|
|
"data": {},
|
|
|
|
|
"rawData": {}
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
2021-12-08 07:33:08 +00:00
|
|
|
"api_key": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"encrypted": true
|
|
|
|
|
}
|
2021-09-22 05:13:12 +00:00
|
|
|
},
|
|
|
|
|
"customTesting": true
|
|
|
|
|
},
|
2021-11-22 08:22:32 +00:00
|
|
|
"defaults": {
|
2021-12-08 07:33:08 +00:00
|
|
|
"api_key": {
|
|
|
|
|
"value": ""
|
|
|
|
|
}
|
2021-11-22 08:22:32 +00:00
|
|
|
},
|
2021-09-15 02:50:55 +00:00
|
|
|
"properties": {
|
|
|
|
|
"api_key": {
|
|
|
|
|
"$label": "API key",
|
|
|
|
|
"$key": "api_key",
|
|
|
|
|
"type": "password",
|
|
|
|
|
"description": "Api key for stripe"
|
|
|
|
|
}
|
|
|
|
|
},
|
2021-12-08 07:33:08 +00:00
|
|
|
"required": [
|
|
|
|
|
"api_key"
|
|
|
|
|
]
|
|
|
|
|
}
|