{
    "sap.ui5": {
        "dependencies": {
            "libs": <%- JSON.stringify(libraries) %>
        },
        "routing": {
            "targets": {
                "<% if (typeof id !== 'undefined') { %><%- id %><% } else { %><%- entity %>ListReport<% } %>": {
                    "type": "Component",
                    "id": "<% if (typeof id !== 'undefined') { %><%- id %><% } else { %><%- entity %>ListReport<% } %>",
                    "name": "<%- template %>",<%if (locals.controlAggregation) {%>
                    "controlAggregation": "<%- locals.controlAggregation %>",<% } %>
                    "options": {
                        "settings": <%- JSON.stringify(settings) %>
                    }
                }
            }
        }
    }
}