Google Sheets · Schema

DataSourceFormula

A data source formula.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
dataSourceId string The ID of the data source the formula is associated with.
View JSON Schema on GitHub

JSON Schema

google-sheets-data-source-formula-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DataSourceFormula",
  "type": "object",
  "description": "A data source formula.",
  "properties": {
    "dataSourceId": {
      "type": "string",
      "description": "The ID of the data source the formula is associated with."
    }
  }
}