ServerCollection

AnalyticsBusiness IntelligenceData VisualizationReportingSAP

Properties

Name Type Description
servers array
View JSON Schema on GitHub

JSON Schema

sap-bi-servercollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServerCollection",
  "title": "ServerCollection",
  "type": "object",
  "properties": {
    "servers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Server"
      }
    }
  }
}