Google Sheets · Schema

DataSourceSpec

This specifies the details of the data source.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
parameters array The parameters of the data source, used when querying the data source.
View JSON Schema on GitHub

JSON Schema

google-sheets-data-source-spec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DataSourceSpec",
  "type": "object",
  "description": "This specifies the details of the data source.",
  "properties": {
    "parameters": {
      "type": "array",
      "description": "The parameters of the data source, used when querying the data source."
    }
  }
}