Power BI · Schema

PageList

A list of report pages

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Properties

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

JSON Schema

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