Google Sheets · Schema

DataSourceSheetProperties

Additional properties of a DATA_SOURCE sheet.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
dataSourceId string ID of the DataSource the sheet is connected to.
columns array The columns displayed on the sheet.
View JSON Schema on GitHub

JSON Schema

google-sheets-data-source-sheet-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DataSourceSheetProperties",
  "type": "object",
  "description": "Additional properties of a DATA_SOURCE sheet.",
  "properties": {
    "dataSourceId": {
      "type": "string",
      "description": "ID of the DataSource the sheet is connected to."
    },
    "columns": {
      "type": "array",
      "description": "The columns displayed on the sheet."
    }
  }
}