{
	"_version" : "1.8.0",
	"sap.app" : {
		"ach" : "CA-UI5-COR",
		"applicationVersion" : {
			"version" : "1.120.0"
		},
		"description" : "Example for OData V4 EPM Sales Orders using XML Templating",
		"dataSources" : {
			"default" : {
				"uri" : "/sap/opu/odata4/sap/zui5_testv4/default/sap/zui5_epm_sample/0002/",
				"type" : "OData",
				"settings" : {
					"annotations" : ["testanno"],
					"odataVersion" : "4.0"
				}
			},
			"testanno" : {
				"uri" : "data/annotations.xml",
				"type" : "ODataAnnotation"
			}
		},
		"id" : "sap.ui.core.sample.odata.v4.SalesOrdersTemplate",
		"title" : "EPM Sales Orders Template",
		"type" : "application"
	},
	"sap.ui" : {
		"deviceTypes" : {
			"desktop" : true,
			"phone" : true,
			"tablet" : true
		},
		"technology" : "UI5"
	},
	"sap.ui5" : {
		"config" : {
			"sample" : {
				"files" : [
					"Component.js",
					"FormattedText.fragment.xml",
					"Helper.js",
					"Main.view.xml",
					"../../../common/Controller.js",
					"../../../common/ValueHelp.js",
					"SandboxModel.js",
					"../../../common/SandboxModelHelper.js"
				]
			}
		},
		"contentDensities" : {
			"compact" : true,
			"cozy" : true
		},
		"dependencies" : {
			"minUI5Version" : "1.37",
			"libs" : {
				"sap.m" : {}
			}
		},
		"handleValidation" : false,
		"models" : {
			"" : {
				"dataSource" : "default",
				"preload" : true,
				"settings" : {
					"earlyRequests" : true
				},
				"type" : "sap.ui.core.sample.odata.v4.SalesOrdersTemplate.SandboxModel",
				"uriSettingName" : "serviceUrl"
			}
		}
	}
}
