SAP BI Tools · Schema

ModelReference

A reference to a model used within a story

AnalyticsBusiness IntelligenceData VisualizationReportingSAP

Properties

Name Type Description
id string The unique identifier of the model
name string The display name of the model
description string A text description of the model
View JSON Schema on GitHub

JSON Schema

sap-bi-tools-modelreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModelReference",
  "title": "ModelReference",
  "type": "object",
  "description": "A reference to a model used within a story",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier of the model"
    },
    "name": {
      "type": "string",
      "description": "The display name of the model"
    },
    "description": {
      "type": "string",
      "description": "A text description of the model"
    }
  }
}