mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-25 15:37:37 +00:00
36 lines
706 B
JSON
36 lines
706 B
JSON
|
|
|
||
|
|
{
|
||
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
|
||
|
|
"title": "Notion datasource",
|
||
|
|
"description": "A schema defining Notion datasource",
|
||
|
|
"type": "api",
|
||
|
|
"source": {
|
||
|
|
"name": "Notion",
|
||
|
|
"kind": "notion",
|
||
|
|
"exposedVariables": {
|
||
|
|
"isLoading": false,
|
||
|
|
"data": {},
|
||
|
|
"rawData": {}
|
||
|
|
},
|
||
|
|
"options": {
|
||
|
|
"token":{
|
||
|
|
"encrypted": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"defaults": {
|
||
|
|
"token":{
|
||
|
|
"value": ""
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"properties": {
|
||
|
|
"token": {
|
||
|
|
"label": "Token",
|
||
|
|
"key": "token",
|
||
|
|
"type": "text",
|
||
|
|
"description": "Enter token here",
|
||
|
|
"encrypted": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"required": []
|
||
|
|
}
|