Google Sheets · Schema

FilterSpec

The filter criteria associated with a specific column.

Google WorkspaceProductivitySpreadsheets

Properties

Name Type Description
columnIndex integer The zero-based column index.
View JSON Schema on GitHub

JSON Schema

google-sheets-filter-spec-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FilterSpec",
  "type": "object",
  "description": "The filter criteria associated with a specific column.",
  "properties": {
    "columnIndex": {
      "type": "integer",
      "description": "The zero-based column index."
    }
  }
}