mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-27 00:17:18 +00:00
16 lines
411 B
JSON
16 lines
411 B
JSON
|
|
{
|
||
|
|
"$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",
|
||
|
|
"properties": {
|
||
|
|
"sheets": {
|
||
|
|
"$label": "",
|
||
|
|
"$key": "sheets",
|
||
|
|
"type": "react-component-google-sheets",
|
||
|
|
"description": "A component for google sheets"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|