Google Search Console · JSON Structure

Google Search Console Dimension Filter Group Structure

Type: object Properties: 2
AnalyticsGoogleSearchSEOWebmaster Tools

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

Properties

groupType filters

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DimensionFilterGroup",
  "type": "object",
  "properties": {
    "groupType": {
      "type": "string"
    },
    "filters": {
      "type": "array"
    }
  }
}