Google Sheets · JSON Structure

Google Sheets Pivot Group Rule Structure

Type: object Properties: 3
Google WorkspaceProductivitySpreadsheets

PivotGroupRule 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

manualRule histogramRule dateTimeRule

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PivotGroupRule",
  "type": "object",
  "properties": {
    "manualRule": {
      "type": "object"
    },
    "histogramRule": {
      "type": "object"
    },
    "dateTimeRule": {
      "type": "object"
    }
  }
}