SAP BI Tools · Schema

Provider

Represents an SAP Analytics Cloud model available for data export. Providers contain fact data and master data that can be queried via the Provider service endpoints.

AnalyticsBusiness IntelligenceData VisualizationReportingSAP

Properties

Name Type Description
ProviderID string The unique provider identifier for the model
Description string The human-readable description of the model
ProviderName string The display name of the model
View JSON Schema on GitHub

JSON Schema

sap-bi-tools-provider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Provider",
  "title": "Provider",
  "type": "object",
  "description": "Represents an SAP Analytics Cloud model available for data export. Providers contain fact data and master data that can be queried via the Provider service endpoints.",
  "properties": {
    "ProviderID": {
      "type": "string",
      "description": "The unique provider identifier for the model"
    },
    "Description": {
      "type": "string",
      "description": "The human-readable description of the model"
    },
    "ProviderName": {
      "type": "string",
      "description": "The display name of the model"
    }
  }
}