Power BI · Schema

GatewayDatasourceList

A list of gateway data sources

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Properties

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

JSON Schema

power-bi-rest-gateway-datasource-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GatewayDatasourceList",
  "type": "object",
  "description": "A list of gateway data sources",
  "properties": {
    "value": {
      "type": "array"
    },
    "@odata.context": {
      "type": "string"
    }
  }
}