Looker · JSON Structure

Looker Dashboard Element Structure

Type: object Properties: 14
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

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

Properties

id dashboard_id look_id query_id type title title_hidden subtitle_text body_text note_text note_display note_state result_maker rich_content_json

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DashboardElement",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "dashboard_id": {
      "type": "string"
    },
    "look_id": {
      "type": "integer"
    },
    "query_id": {
      "type": "integer"
    },
    "type": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "title_hidden": {
      "type": "boolean"
    },
    "subtitle_text": {
      "type": "string"
    },
    "body_text": {
      "type": "string"
    },
    "note_text": {
      "type": "string"
    },
    "note_display": {
      "type": "string"
    },
    "note_state": {
      "type": "string"
    },
    "result_maker": {
      "type": "object"
    },
    "rich_content_json": {
      "type": "string"
    }
  }
}