Google Sheets · JSON Structure

Google Sheets Data Source Table Structure

Type: object Properties: 6
Google WorkspaceProductivitySpreadsheets

DataSourceTable is a JSON Structure definition published by Google Sheets, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

dataSourceId columnSelectionType columns filterSpecs sortSpecs rowLimit

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DataSourceTable",
  "type": "object",
  "properties": {
    "dataSourceId": {
      "type": "string"
    },
    "columnSelectionType": {
      "type": "string"
    },
    "columns": {
      "type": "array"
    },
    "filterSpecs": {
      "type": "array"
    },
    "sortSpecs": {
      "type": "array"
    },
    "rowLimit": {
      "type": "integer"
    }
  }
}