Google Sheets · JSON Structure

Google Sheets Sheet Structure

Type: object Properties: 8
Google WorkspaceProductivitySpreadsheets

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

Properties

data merges conditionalFormats filterViews protectedRanges charts bandedRanges slicers

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Sheet",
  "type": "object",
  "properties": {
    "data": {
      "type": "array"
    },
    "merges": {
      "type": "array"
    },
    "conditionalFormats": {
      "type": "array"
    },
    "filterViews": {
      "type": "array"
    },
    "protectedRanges": {
      "type": "array"
    },
    "charts": {
      "type": "array"
    },
    "bandedRanges": {
      "type": "array"
    },
    "slicers": {
      "type": "array"
    }
  }
}