Google Sheets · Schema

DataSourceColumn

A column in a data source.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
formula string The formula of the calculated column.
View JSON Schema on GitHub

JSON Schema

google-sheets-data-source-column-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DataSourceColumn",
  "type": "object",
  "description": "A column in a data source.",
  "properties": {
    "formula": {
      "type": "string",
      "description": "The formula of the calculated column."
    }
  }
}