Looker · JSON Structure

Looker Dashboard Layout Structure

Type: object Properties: 7
AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

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

Properties

id dashboard_id type active column_width width dashboard_layout_components

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DashboardLayout",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "dashboard_id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "active": {
      "type": "boolean"
    },
    "column_width": {
      "type": "integer"
    },
    "width": {
      "type": "integer"
    },
    "dashboard_layout_components": {
      "type": "array"
    }
  }
}