{
  "_version": "1.76.0",
  "sap.app": {
    "id": "app",
    "type": "application",
    "i18n": "i18n/i18n.properties",
    "applicationVersion": {
      "version": "0.0.1"
    },
    "title": "{{appTitle}}",
    "description": "{{appDescription}}",
    "resources": "resources.json",
    "sourceTemplate": {
      "id": "@sap/generator-fiori:basic",
      "version": "1.18.7",
      "toolsId": "3c4de960-9361-4c7d-9e7a-c1c7b95dde3e"
    }
  },
  "sap.ui": {
    "technology": "UI5",
    "icons": {
      "icon": "",
      "favIcon": "",
      "phone": "",
      "phone@2": "",
      "tablet": "",
      "tablet@2": ""
    },
    "deviceTypes": {
      "desktop": true,
      "tablet": true,
      "phone": true
    }
  },
  "sap.ui5": {
    "flexEnabled": true,
    "dependencies": {
      "minUI5Version": "1.140.0",
      "libs": {
        "sap.m": {},
        "sap.ui.core": {}
      }
    },
    "contentDensities": {
      "compact": true,
      "cozy": true
    },
    "models": {
      "i18n": {
        "type": "sap.ui.model.resource.ResourceModel",
        "settings": {
          "bundleName": "app.i18n.i18n"
        }
      }
    },
    "resources": {
      "css": [
        {
          "uri": "css/style.css"
        }
      ]
    },
    "routing": {
      "config": {
        "routerClass": "sap.m.routing.Router",
        "controlAggregation": "pages",
        "controlId": "app",
        "transition": "slide",
        "type": "View",
        "viewType": "XML",
        "path": "app.view",
        "async": true,
        "viewPath": "app.view"
      },
      "routes": [
        {
          "pattern": "", 
          "name": "login", 
          "target": ["login"]
        },
        {
          "name": "colegio",
          "pattern": "colegio/{userRole}/:isSuperAdmin:/:userId:",
          "target": [
            "Targetcolegio"
          ]
        }
      ],
      "targets": {
        "login": {
                "viewName": "Login",
                "viewLevel": 1
            },
        "Targetcolegio": {
          "viewName": "colegio",
          "viewLevel": 2
        }
      }
    },
    "rootView": {
      "viewName": "app.view.App",
      "type": "XML",
      "id": "App",
      "async": true
    }    
  }  
}