mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-24 23:17:38 +00:00
* changes: listing of data sources * add: plugins to ds list * review fixes * fixes * fix: placeholder values for encrypted fields * fixes * review changes
47 lines
No EOL
943 B
JSON
47 lines
No EOL
943 B
JSON
|
|
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
|
|
"title": "Zendesk datasource",
|
|
"description": "A schema defining Zendesk datasource",
|
|
"type": "api",
|
|
"source": {
|
|
"name": "Zendesk",
|
|
"kind": "zendesk",
|
|
"exposedVariables": {
|
|
"isLoading": false,
|
|
"data": {},
|
|
"rawData": {}
|
|
},
|
|
"options": {
|
|
"client_secret": {
|
|
"type": "string",
|
|
"encrypted": true
|
|
}
|
|
},
|
|
"customTesting": true,
|
|
"hideSave": true
|
|
},
|
|
"defaults": {
|
|
"access_type": {
|
|
"value": "read"
|
|
},
|
|
"subdomain": {
|
|
"value": ""
|
|
},
|
|
"client_id": {
|
|
"value": ""
|
|
},
|
|
"client_secret": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"properties": {
|
|
"zendesk": {
|
|
"label": "",
|
|
"key": "zendesk",
|
|
"type": "react-component-zendesk",
|
|
"description": "A component for Zendesk"
|
|
}
|
|
},
|
|
"required": []
|
|
} |