{

	"name": "sap.ui.test.inherit.parent.Component",

	"sap.app": {
		"id": "sap.ui.test.inherit.parent",
		"applicationVersion": {
			"version": "1.0.0"
		}
	},

	"sap.ui5": {

		"resourceRoots": {
			"x.y.z": "anypath"
		},

		"dependencies": {
			"minUI5Version": "1.22.5",
			"libs": {
				"sap.ui.layout": {
					"minVersion": "1.22.0"
				}
			},
			"components": {
				"sap.ui.test.other": {
					"optional": true,
					"minVersion": "1.0.1"
				}
			}
		},

		"models": {
			"i18n_1": {
				"type": "sap.ui.model.resource.ResourceModel",
				"uri": "i18n/i18n.properties"
			},
			"sfapi_1": {
				"type": "sap.ui.model.odata.ODataModel",
				"uri": "./some/odata/service"
			}
		},

		"config": {
			"any9": {
				"anyarray": [1, 2, 3]
			}
		},

		"rootView": {
			"viewName": "sap.ui.test.view.Main",
			"type": "XML",
			"async": true
		},

		"extends": {
			"extensions": {
				"sap.ui.viewReplacements": {
					"sap.ui.test.view.Main": {
						"viewName": "sap.ui.test.view.Main",
						"type": "XML"
					}
				},
				"sap.ui.controllerReplacements": {
					"sap.ui.test.view.Main": "sap.ui.test.view.Main"
				},
				"sap.ui.viewExtensions": {
					"sap.ui.test.view.Main": {
						"extension": {
							"name": "sap.xx.new.Fragment",
							"type": "sap.ui.core.XMLFragment"
						}
					}
				},
				"sap.ui.viewModification": {
					"sap.ui.test.view.Main": {
						"myControlId": {
							"text": "{{mytext}}"
						}
					}
				}
			}
		},

		"routing": {
			"config": {
				"type": "View",
				"viewType": "XML",
				"path": "NavigationWithoutMasterDetailPattern.view",
				"targetParent": "myViewId",
				"targetControl": "app",
				"targetAggregation": "pages",
				"clearTarget": false
			}
		}

	}

}
