Google Sheets · JSON Structure

Google Sheets Big Query Data Source Spec Structure

Type: object Properties: 3
Google WorkspaceProductivitySpreadsheets

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

Properties

projectId querySpec tableSpec

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BigQueryDataSourceSpec",
  "type": "object",
  "properties": {
    "projectId": {
      "type": "string"
    },
    "querySpec": {
      "type": "object"
    },
    "tableSpec": {
      "type": "object"
    }
  }
}