{
  "_version": "1.1.0",

  "sap.app": {
    "_version": "1.1.0",
    "i18n": "i18n/i18n.properties",
    "id": "sap.ushell_abap.transport",
    "type": "component",
    "embeddedBy": "",
    "title": "{{TransportInformation.Title}}",
    "description": "{{TransportInformation.Description}}",
    "ach": "CA-FLP-COR",
    "cdsViews": [],
    "offline": false,
    "dataSources": {
      "TransportService": {
        "uri": "/sap/opu/odata/UI2/FDM_VALUE_HELP_SRV/",
        "type": "OData",
        "settings": {
          "odataVersion": "2.0"
        }
      }
    }
  },
  "sap.ui": {
    "_version": "1.1.0",

    "technology": "UI5",
    "icons": {
      },
    "deviceTypes": {
      "desktop": true,
      "tablet": false,
      "phone": false
    },
    "fullWidth": true
  },
  "sap.ui5": {
    "_version": "1.1.0",
    "resources": {
      "js": [],
      "css": []
    },
    "dependencies": {
      "libs": {
        "sap.m": {
          "minVersion": "1.68"
        },
        "sap.ui.layout": {
          "minVersion": "1.68"
        }
      }
    },
    "models": {
      "i18n": {
        "type": "sap.ui.model.resource.ResourceModel",
        "uri": "i18n/i18n.properties"
      },
      "Transport": {
        "dataSource": "TransportService",
        "preload": true,
        "settings": {
          "defaultCountMode": "None",
          "skipMetadataAnnotationParsing": true,
          "useBatch": true
        }
      }
    },
    "rootView": {
      "viewName": "sap.ushell_abap.transport.view.TransportInformation",
      "type": "XML",
      "async": true,
      "id": "app-transport"
    },
    "handleValidation": false,
    "config": {
      "fullWidth": true
    },
    "routing": {},
    "contentDensities": { "compact": true, "cozy": true }
  }
}
