Looker · JSON Structure

Looker Dashboard Structure

Type: object Properties: 28
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

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

Properties

id title description content_metadata_id query_timezone space_id folder_id user_id dashboard_elements dashboard_filters dashboard_layouts background_color text_tile_text_color tile_background_color tile_text_color hidden readonly refresh_interval load_configuration preferred_viewer created_at updated_at deleted_at deleted last_accessed_at view_count favorite_count url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Dashboard",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "content_metadata_id": {
      "type": "integer"
    },
    "query_timezone": {
      "type": "string"
    },
    "space_id": {
      "type": "string"
    },
    "folder_id": {
      "type": "string"
    },
    "user_id": {
      "type": "integer"
    },
    "dashboard_elements": {
      "type": "array"
    },
    "dashboard_filters": {
      "type": "array"
    },
    "dashboard_layouts": {
      "type": "array"
    },
    "background_color": {
      "type": "string"
    },
    "text_tile_text_color": {
      "type": "string"
    },
    "tile_background_color": {
      "type": "string"
    },
    "tile_text_color": {
      "type": "string"
    },
    "hidden": {
      "type": "boolean"
    },
    "readonly": {
      "type": "boolean"
    },
    "refresh_interval": {
      "type": "string"
    },
    "load_configuration": {
      "type": "string"
    },
    "preferred_viewer": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "deleted_at": {
      "type": "string"
    },
    "deleted": {
      "type": "boolean"
    },
    "last_accessed_at": {
      "type": "string"
    },
    "view_count": {
      "type": "integer"
    },
    "favorite_count": {
      "type": "integer"
    },
    "url": {
      "type": "string"
    }
  }
}