Lightdash · Schema

Dashboard

Lightdash Dashboard schema

Business IntelligenceAnalyticsdbtSemantic LayerOpen-SourceDashboardsData

Properties

Name Type Description
deletedBy object
deletedAt string
colorPaletteUuid string
config object
slug string
access array
inheritsFromOrgOrProject boolean
tabs array
pinnedListOrder number
pinnedListUuid string
firstViewedAt object
views number
spaceName string
spaceUuid string
updatedByUser object
parameters object
filters object
tiles array
updatedAt string
description string
verification object
name string
uuid string
versionUuid string
dashboardVersionId number
projectUuid string
organizationUuid string
View JSON Schema on GitHub

JSON Schema

lightdash-dashboard.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-evangelist.github.io/lightdash/json-schema/lightdash-dashboard.json",
  "title": "Dashboard",
  "description": "Lightdash Dashboard schema",
  "properties": {
    "deletedBy": {
      "properties": {
        "lastName": {
          "type": "string"
        },
        "firstName": {
          "type": "string"
        },
        "userUuid": {
          "type": "string"
        }
      },
      "required": [
        "lastName",
        "firstName",
        "userUuid"
      ],
      "type": "object",
      "nullable": true
    },
    "deletedAt": {
      "type": "string",
      "format": "date-time"
    },
    "colorPaletteUuid": {
      "type": "string",
      "nullable": true
    },
    "config": {
      "$ref": "#/components/schemas/DashboardConfig"
    },
    "slug": {
      "type": "string"
    },
    "access": {
      "items": {
        "$ref": "#/components/schemas/SpaceAccess"
      },
      "type": "array",
      "nullable": true
    },
    "inheritsFromOrgOrProject": {
      "type": "boolean"
    },
    "tabs": {
      "items": {
        "$ref": "#/components/schemas/DashboardTab"
      },
      "type": "array"
    },
    "pinnedListOrder": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "pinnedListUuid": {
      "type": "string",
      "nullable": true
    },
    "firstViewedAt": {
      "anyOf": [
        {
          "type": "string",
          "format": "date-time"
        },
        {
          "type": "string"
        }
      ],
      "nullable": true
    },
    "views": {
      "type": "number",
      "format": "double"
    },
    "spaceName": {
      "type": "string"
    },
    "spaceUuid": {
      "type": "string"
    },
    "updatedByUser": {
      "$ref": "#/components/schemas/UpdatedByUser"
    },
    "parameters": {
      "$ref": "#/components/schemas/DashboardParameters"
    },
    "filters": {
      "$ref": "#/components/schemas/DashboardFilters"
    },
    "tiles": {
      "items": {
        "$ref": "#/components/schemas/DashboardTile"
      },
      "type": "array"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time"
    },
    "description": {
      "type": "string"
    },
    "verification": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ContentVerificationInfo"
        }
      ],
      "nullable": true
    },
    "name": {
      "type": "string"
    },
    "uuid": {
      "type": "string"
    },
    "versionUuid": {
      "type": "string"
    },
    "dashboardVersionId": {
      "type": "number",
      "format": "double"
    },
    "projectUuid": {
      "type": "string"
    },
    "organizationUuid": {
      "type": "string"
    }
  },
  "required": [
    "colorPaletteUuid",
    "slug",
    "access",
    "inheritsFromOrgOrProject",
    "tabs",
    "pinnedListOrder",
    "pinnedListUuid",
    "firstViewedAt",
    "views",
    "spaceName",
    "spaceUuid",
    "filters",
    "tiles",
    "updatedAt",
    "verification",
    "name",
    "uuid",
    "versionUuid",
    "dashboardVersionId",
    "projectUuid",
    "organizationUuid"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/lightdash-dashboard"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.