SAP BI Tools · Schema

ScheduleResponse

Response from scheduling a document

AnalyticsBusiness IntelligenceData VisualizationReportingSAP

Properties

Name Type Description
SI_ID integer The CMS ID of the scheduled instance
status string The scheduling status
View JSON Schema on GitHub

JSON Schema

sap-bi-tools-scheduleresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScheduleResponse",
  "title": "ScheduleResponse",
  "type": "object",
  "description": "Response from scheduling a document",
  "properties": {
    "SI_ID": {
      "type": "integer",
      "description": "The CMS ID of the scheduled instance"
    },
    "status": {
      "type": "string",
      "description": "The scheduling status"
    }
  }
}