{
  "_version": "1.12.0",

  "sap.app": {
    "id": "bardusch.btrace.lostitems",
    "type": "application",
    "i18n": {
      "bundleUrl": "i18n/i18n.properties",
      "supportedLocales": ["de", "fr", "es", "pl", "hu", ""],
      "fallbackLocale": ""
    },
    "title": "{{appTitle}}",
    "description": "{{appDescription}}",
    "applicationVersion": {
      "version": "1.0.0"
    },
    "dataSources": {
      "reportingService": {
        "uri": "/api/reporting/",
        "type": "OData",
        "settings": {
          "odataVersion": "4.0"
        }
      }
    }
  },

  "sap.ui": {
    "technology": "UI5",
    "icons": {},
    "deviceTypes": {
      "desktop": true,
      "tablet": true,
      "phone": true
    }
  },

  "sap.ui5": {
    "rootView": {
      "viewName": "bardusch.btrace.lostitems.view.App",
      "type": "XML",
      "async": true,
      "id": "app"
    },
    "dependencies": {
      "minUI5Version": "1.120.25",
      "libs": {
        "sap.ui.core": {},
        "sap.ui.layout": {},
        "sap.ui.unified": {},
        "sap.m": {},
        "sap.f": {},
        "sap.ui.comp": {},
        "sap.ui.table": {}
      }
    },
    "handleValidation": true,
    "contentDensities": {
      "compact": true,
      "cozy": true
    },
    "models": {
      "i18n": {
        "type": "sap.ui.model.resource.ResourceModel",
        "settings": {
          "bundleName": "bardusch.btrace.lostitems.i18n.i18n",
          "supportedLocales": ["de", "fr", "es", "pl", "hu", ""],
          "fallbackLocale": "",
          "enhanceWith": [
            {
              "bundleName": "bardusch.btrace.base.i18n.i18n",
              "supportedLocales": ["de", "fr", "es", "pl", "hu", ""],
              "fallbackLocale": ""
            }
          ]
        }
      },
      "": {
        "type": "sap.ui.model.odata.v4.ODataModel",
        "dataSource": "reportingService",
        "settings": {
          "synchronizationMode": "None",
          "operationMode": "Server",
          "autoExpandSelect": false,
          "earlyRequests": true
        }
      }
    },
    "routing": {
      "config": {
        "routerClass": "sap.m.routing.Router",
        "viewType": "XML",
        "viewPath": "bardusch.btrace.lostitems.view",
        "controlId": "lostitems-app",
        "controlAggregation": "pages",
        "async": true
      },
      "routes": [
        {
          "pattern": ":tab:",
          "name": "dashboard",
          "target": "dashboard"
        }
      ],
      "targets": {
        "dashboard": {
          "viewName": "Dashboard"
        }
      }
    }
  }
}
