Google Sheets · JSON Structure

Google Sheets Pivot Group Structure

Type: object Properties: 5
Google WorkspaceProductivitySpreadsheets

PivotGroup 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

sourceColumnOffset showTotals sortOrder repeatHeadings label

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PivotGroup",
  "type": "object",
  "properties": {
    "sourceColumnOffset": {
      "type": "integer"
    },
    "showTotals": {
      "type": "boolean"
    },
    "sortOrder": {
      "type": "string"
    },
    "repeatHeadings": {
      "type": "boolean"
    },
    "label": {
      "type": "string"
    }
  }
}