{
	"sap.app": {
		"id": "routing.scenario1"
	},
	"sap.ui5": {
		"rootView": {
			"viewName": "routing.scenario1.RootView",
			"type": "XML",
			"async": true
		},
		"componentUsages": {
			"child": {
				"name": "routing.scenario1.nested",
				"settings": {
				},
				"componentData": {
				},
				"lazy": true
			}
		},
		"routing": {
			"config": {
				"async": true
			},
			"routes": [
				{
					"pattern": "",
					"name": "home",
					"target": {
						"name": "home",
						"prefix": "child"
					}
				},
				{
					"pattern": "category",
					"name": "category"
				}
			],
			"targets": {
				"home": {
					"id": "childComponent",
					"type": "Component",
					"usage": "child",
					"controlId": "page",
					"controlAggregation": "content",
					"options": {
						"settings": {
							"nickname": "Fancy Child Component"
						},
						"componentData": {
							"foo": "bar"
						}
					}
				}
			}
		}
	}
}
