CatalogEntry

AnalyticsBusiness IntelligenceData VisualizationReportingSAP

Properties

Name Type Description
ObjectName string Technical name of the object
ObjectDescription string Object description
ObjectType string Object type (e.g., ADSO, CPROV, IOBJ)
InfoArea string InfoArea of the object
Version string Object version
View JSON Schema on GitHub

JSON Schema

sap-bi-catalogentry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CatalogEntry",
  "title": "CatalogEntry",
  "type": "object",
  "properties": {
    "ObjectName": {
      "type": "string",
      "description": "Technical name of the object"
    },
    "ObjectDescription": {
      "type": "string",
      "description": "Object description"
    },
    "ObjectType": {
      "type": "string",
      "description": "Object type (e.g., ADSO, CPROV, IOBJ)"
    },
    "InfoArea": {
      "type": "string",
      "description": "InfoArea of the object"
    },
    "Version": {
      "type": "string",
      "description": "Object version"
    }
  }
}