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