Power BI · Schema

DashboardList

A list of Power BI dashboards

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Properties

Name Type Description
value array
@odata.context string
View JSON Schema on GitHub

JSON Schema

power-bi-dashboardlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DashboardList",
  "title": "DashboardList",
  "type": "object",
  "description": "A list of Power BI dashboards",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Dashboard"
      },
      "example": []
    },
    "@odata.context": {
      "type": "string",
      "example": "example_value"
    }
  }
}