Google Sheets · JSON Structure

Google Sheets Spreadsheet Structure

Type: object Properties: 7
Google WorkspaceProductivitySpreadsheets

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

Properties

spreadsheetId sheets namedRanges spreadsheetUrl developerMetadata dataSources dataSourceSchedules

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Spreadsheet",
  "type": "object",
  "properties": {
    "spreadsheetId": {
      "type": "string"
    },
    "sheets": {
      "type": "array"
    },
    "namedRanges": {
      "type": "array"
    },
    "spreadsheetUrl": {
      "type": "string"
    },
    "developerMetadata": {
      "type": "array"
    },
    "dataSources": {
      "type": "array"
    },
    "dataSourceSchedules": {
      "type": "array"
    }
  }
}