Google Sheets · JSON Structure

Google Sheets Pivot Filter Criteria Structure

Type: object Properties: 2
Google WorkspaceProductivitySpreadsheets

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

Properties

visibleValues visibleByDefault

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PivotFilterCriteria",
  "type": "object",
  "properties": {
    "visibleValues": {
      "type": "array"
    },
    "visibleByDefault": {
      "type": "boolean"
    }
  }
}