Google Sheets · JSON Structure

Google Sheets Filter View Structure

Type: object Properties: 6
Google WorkspaceProductivitySpreadsheets

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

Properties

filterViewId title namedRangeId 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": "FilterView",
  "type": "object",
  "properties": {
    "filterViewId": {
      "type": "integer"
    },
    "title": {
      "type": "string"
    },
    "namedRangeId": {
      "type": "string"
    },
    "sortSpecs": {
      "type": "array"
    },
    "criteria": {
      "type": "object"
    },
    "filterSpecs": {
      "type": "array"
    }
  }
}