Google Sheets · JSON Structure

Google Sheets Basic Filter Structure

Type: object Properties: 3
Google WorkspaceProductivitySpreadsheets

BasicFilter 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

sortSpecs criteria filterSpecs

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BasicFilter",
  "type": "object",
  "properties": {
    "sortSpecs": {
      "type": "array"
    },
    "criteria": {
      "type": "object"
    },
    "filterSpecs": {
      "type": "array"
    }
  }
}