mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
|
|
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
|
|
"title": "Salesforce datasource",
|
|
"description": "A schema defining Salesforce datasource",
|
|
"type": "api",
|
|
"source": {
|
|
"name": "Salesforce",
|
|
"kind": "salesforce",
|
|
"exposedVariables": {
|
|
"isLoading": false,
|
|
"data": {},
|
|
"rawData": {}
|
|
},
|
|
"options": {
|
|
"client_id": {
|
|
"type": "string"
|
|
},
|
|
"client_secret": {
|
|
"type": "string",
|
|
"encrypted": true
|
|
},
|
|
"code": {
|
|
"type": "string",
|
|
"encrypted": true
|
|
},
|
|
"redirect_url": {
|
|
"type": "string"
|
|
},
|
|
"api_version": {
|
|
"type": "string"
|
|
},
|
|
"provider": {
|
|
"type": "string"
|
|
},
|
|
"oauth2": {
|
|
"type": "boolean"
|
|
},
|
|
"plugin_id": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"customTesting": true,
|
|
"hideSave": true
|
|
},
|
|
"defaults": {
|
|
"redirect_url":{
|
|
"value": ""
|
|
}
|
|
},
|
|
"properties": {
|
|
"salesforce":{
|
|
"label": "",
|
|
"key": "salesforce",
|
|
"type": "react-component-salesforce",
|
|
"description": "A component for salesforce"
|
|
}
|
|
|
|
},
|
|
"required": []
|
|
}
|