ToolJet/frontend/src/Editor/DataSourceManager/SourceComponents/Api/Googlesheets.schema.json

30 lines
710 B
JSON
Raw Normal View History

{
"$schema": "https://json-schema.org/",
"$id": "https://tooljet.io/GoogleSheets.schema.json",
"title": "Google Sheets datasource",
"description": "A schema defining google sheets datasource",
"type": "object",
"source": {
"name": "Google Sheets",
"kind": "googlesheets",
"exposedVariables": {
"isLoading": {},
"data": {},
"rawData": {}
},
"options": {
"api_key": { "type": "string", "encrypted": true }
},
"customTesting": true,
"hideSave": true
},
"properties": {
"sheets": {
"$label": "",
"$key": "sheets",
"type": "react-component-google-sheets",
"description": "A component for google sheets"
}
}
}