Google Sheets · JSON Structure

Google Sheets Spreadsheet Properties Structure

Type: object Properties: 5
Google WorkspaceProductivitySpreadsheets

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

Properties

title locale autoRecalc timeZone importFunctionsExternalUrlAccessAllowed

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SpreadsheetProperties",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "locale": {
      "type": "string"
    },
    "autoRecalc": {
      "type": "string"
    },
    "timeZone": {
      "type": "string"
    },
    "importFunctionsExternalUrlAccessAllowed": {
      "type": "boolean"
    }
  }
}