{
	"_version" : "1.8.0",
	"sap.app" : {
		"ach" : "CA-UI5-COR",
		"applicationVersion" : {
			"version" : "1.120.0"
		},
		"dataSources" : {
			"default" : {
				"uri" : "/odata/v4/sap.fe.managepartners.ManagePartnersService/",
				"type" : "OData",
				"settings" : {
					"odataVersion" : "4.0"
				}
			}
		},
		"description" : "Example for OData V4 Data Aggregation",
		"id" : "sap.ui.core.sample.odata.v4.DataAggregation",
		"title" : "OData V4 Data Aggregation",
		"type" : "application"
	},
	"sap.ui" : {
		"deviceTypes" : {
			"desktop" : true,
			"phone" : true,
			"tablet" : true
		},
		"technology" : "UI5"
	},
	"sap.ui5" : {
		"config" : {
			"sample" : {
				"files" : [
					"Component.js",
					"DataAggregation.controller.js",
					"DataAggregation.view.xml",
					"manifest.json",
					"SandboxModel.js",
					"../../../common/SandboxModelHelper.js"
				]
			}
		},
		"contentDensities" : {
			"compact" : true,
			"cozy" : true
		},
		"dependencies" : {
			"libs" : {
				"sap.m" : {}
			},
			"minUI5Version" : "1.55"
		},
		"handleValidation" : true,
		"models" : {
			"" : {
				"dataSource" : "default",
				"preload" : true,
				"settings" : {
					"autoExpandSelect" : true,
					"earlyRequests" : true,
					"operationMode" : "Server"
				},
				"type" : "sap.ui.core.sample.odata.v4.DataAggregation.SandboxModel",
				"uriSettingName" : "serviceUrl"
			}
		},
		"rootView" : {
			"async" : true,
			"type" : "XML",
			"viewName" : "sap.ui.core.sample.odata.v4.DataAggregation.DataAggregation"
		}
	}
}
