Power BI · Schema

DatasetList

A list of Power BI datasets

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Properties

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

JSON Schema

power-bi-rest-dataset-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DatasetList",
  "type": "object",
  "description": "A list of Power BI datasets",
  "properties": {
    "value": {
      "type": "array"
    },
    "@odata.context": {
      "type": "string",
      "description": "OData context URL"
    }
  }
}