mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
35 lines
No EOL
940 B
JSON
35 lines
No EOL
940 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/ToolJet/ToolJet/develop/plugins/schemas/manifest.schema.json",
|
|
"title": "Airtable datasource",
|
|
"description": "A schema defining airtable datasource",
|
|
"type": "object",
|
|
"tj:version": "1.0.0",
|
|
"tj:source": {
|
|
"name": "Airtable",
|
|
"kind": "airtable",
|
|
"type": "api"
|
|
},
|
|
"properties": {
|
|
"personal_access_token": {
|
|
"type": "string",
|
|
"title": "Personal access token",
|
|
"description": "Personal access token for airtable"
|
|
}
|
|
},
|
|
"tj:encrypted": [
|
|
"personal_access_token"
|
|
],
|
|
"required": [
|
|
"personal_access_token"
|
|
],
|
|
"tj:ui:properties": {
|
|
"personal_access_token": {
|
|
"$ref": "#/properties/personal_access_token",
|
|
"key": "personal_access_token",
|
|
"label": "Personal access token",
|
|
"description": "Personal access token for airtable",
|
|
"widget": "password-v3-textarea",
|
|
"required": true
|
|
}
|
|
}
|
|
} |