{
  "paths": {
    "base": "./",
    "broker": "./srv/broker.json",
    "catalog": "./srv/catalog.json",
    "launchpad": "launchpad.html",
    "swaggerUi": "/api-docs"
  },
  "apps": {
    "scheduling.monitoring.job": {}
  },
  "services": {
    "sapafcsdk.scheduling.ProcessingService": {
      "queued": true
    },
    "sapafcsdk.scheduling.WebsocketService": {
      "queued": true
    },
    "sap.afc.IntegrationService": {
      "queued": true
    },
    "afc": {
      "queued": true
    }
  },
  "toggles": {
    "eventQueue": {
      "isEventQueueActive": "eventQueue/active",
      "instanceLoadLimit": "eventQueue/instanceLoadLimit"
    }
  },
  "extensions": {
    "openapi": "openapi3.json"
  },
  "endpoints": {
    "authentication": "https://authentication.sap.hana.ondemand.com"
  },
  "plugins": [
    "@cap-js-community/event-queue",
    "@cap-js-community/feature-toggle-library",
    "@cap-js-community/websocket"
  ]
}
