Power BI · JSON Structure

Power Bi Rest Refresh List Structure

Type: object Properties: 2
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

RefreshList is a JSON Structure definition published by Power BI, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

value @odata.context

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RefreshList",
  "type": "object",
  "properties": {
    "value": {
      "type": "array"
    },
    "@odata.context": {
      "type": "string"
    }
  }
}