2021-09-15 02:50:55 +00:00
|
|
|
{
|
|
|
|
|
"$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",
|
2021-09-22 05:13:12 +00:00
|
|
|
"source": {
|
|
|
|
|
"name": "Google Sheets",
|
|
|
|
|
"kind": "googlesheets",
|
|
|
|
|
"exposedVariables": {
|
|
|
|
|
"isLoading": {},
|
|
|
|
|
"data": {},
|
|
|
|
|
"rawData": {}
|
|
|
|
|
},
|
|
|
|
|
"options": {
|
|
|
|
|
"api_key": { "type": "string", "encrypted": true }
|
|
|
|
|
},
|
|
|
|
|
"customTesting": true,
|
|
|
|
|
"hideSave": true
|
|
|
|
|
},
|
2021-09-15 02:50:55 +00:00
|
|
|
"properties": {
|
|
|
|
|
"sheets": {
|
|
|
|
|
"$label": "",
|
|
|
|
|
"$key": "sheets",
|
|
|
|
|
"type": "react-component-google-sheets",
|
|
|
|
|
"description": "A component for google sheets"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|