mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
38 lines
No EOL
762 B
JSON
38 lines
No EOL
762 B
JSON
|
|
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
|
|
"title": "Baserow datasource",
|
|
"description": "A schema defining Baserow datasource",
|
|
"type": "api",
|
|
"source": {
|
|
"name": "Baserow",
|
|
"kind": "baserow",
|
|
"exposedVariables": {
|
|
"isLoading": false,
|
|
"data": {},
|
|
"rawData": {}
|
|
},
|
|
"options": {
|
|
"api_token": {
|
|
"encrypted": true
|
|
}
|
|
},
|
|
"customTesting": true
|
|
},
|
|
"defaults": {
|
|
"api_token": {
|
|
"value": ""
|
|
}
|
|
},
|
|
"properties": {
|
|
"api_token": {
|
|
"label": "API token",
|
|
"key": "api_token",
|
|
"type": "password",
|
|
"description": "API token for baserow"
|
|
}
|
|
},
|
|
"required": [
|
|
"api_token"
|
|
]
|
|
} |