ScheduleCollection

AnalyticsBusiness IntelligenceData VisualizationReportingSAP

Properties

Name Type Description
schedules array
View JSON Schema on GitHub

JSON Schema

sap-bi-schedulecollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScheduleCollection",
  "title": "ScheduleCollection",
  "type": "object",
  "properties": {
    "schedules": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Schedule"
      }
    }
  }
}