Power BI · Schema

GatewayList

A list of gateways

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Properties

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

JSON Schema

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