Looker · JSON Structure

Looker Write Dashboard Structure

Type: object Properties: 13
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

WriteDashboard 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

title description space_id folder_id query_timezone background_color text_tile_text_color tile_background_color tile_text_color hidden refresh_interval load_configuration preferred_viewer

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WriteDashboard",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "space_id": {
      "type": "string"
    },
    "folder_id": {
      "type": "string"
    },
    "query_timezone": {
      "type": "string"
    },
    "background_color": {
      "type": "string"
    },
    "text_tile_text_color": {
      "type": "string"
    },
    "tile_background_color": {
      "type": "string"
    },
    "tile_text_color": {
      "type": "string"
    },
    "hidden": {
      "type": "boolean"
    },
    "refresh_interval": {
      "type": "string"
    },
    "load_configuration": {
      "type": "string"
    },
    "preferred_viewer": {
      "type": "string"
    }
  }
}