Looker · JSON Structure

Looker Dashboard Filter Structure

Type: object Properties: 13
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

DashboardFilter is a JSON Structure definition published by Looker, describing 13 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id dashboard_id name title type model explore dimension default_value allow_multiple_values required row listens_to_filters

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DashboardFilter",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "dashboard_id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "explore": {
      "type": "string"
    },
    "dimension": {
      "type": "string"
    },
    "default_value": {
      "type": "string"
    },
    "allow_multiple_values": {
      "type": "boolean"
    },
    "required": {
      "type": "boolean"
    },
    "row": {
      "type": "integer"
    },
    "listens_to_filters": {
      "type": "array"
    }
  }
}