Google Sheets · Schema

FilterCriteria

Criteria for showing/hiding rows in a filter or filter view.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
hiddenValues array Values that should be hidden.
View JSON Schema on GitHub

JSON Schema

google-sheets-filter-criteria-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FilterCriteria",
  "type": "object",
  "description": "Criteria for showing/hiding rows in a filter or filter view.",
  "properties": {
    "hiddenValues": {
      "type": "array",
      "description": "Values that should be hidden."
    }
  }
}