{ "_version": "1.14.0", "sap.app": { "id": "ns.products_by_category_card", "type": "card", "title": "Products by Category Card", "subTitle": "UI5 Integration Card of Type List", "applicationVersion": { "version": "1.0.0" } }, "sap.ui": { "technology": "UI5", "deviceTypes": {"desktop": true, "phone": true, "tablet": true}, "icons": { "icon": "sap-icon://list" } }, "sap.card": { "type": "List", "configuration": { "destinations": { "ES5": { "name": "ES5", "defaultUrl": "/sap/opu/odata/sap/EPM_REF_APPS_SHOP_SRV/" } } }, "data": { "request": { "url": "{{destinations.ES5}}/sap/opu/odata/sap/EPM_REF_APPS_SHOP_SRV/Products", "withCredentials": true }, "path": "/d/results" }, "designtime": "dt/configuration", "header": { "title": "List Card with Top 5 Products", "subTitle": "These are the top sellers this month", "icon": { "src": "sap-icon://desktop-mobile" }, "status": { "text": "5 of 20" } }, "content": { "item": { "title": "{Name}", "description": "{Description}", "icon": { "src": "{ImageUrl}" }, "info": { "value": "{AverageRating}", "state": "{= ${AverageRating} > 3.5 ? 'Success' : 'Warning' }" } }, "maxItems": 5 } }, "sap.platform.mobilecards": { "compatible": false } }