{{ "_version": "1.14.0", "sap.app": { "id": "ns.orders_by_shipper", "type": "card", "title": "Orders by Shipper", "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": { "Northwind": { "name": "Northwind", "label": "Northwind V4 Service URL", "defaultUrl": "https://services.odata.org/V4/Northwind/Northwind.svc" } } }, "data": { "request": { "url": "https://services.odata.org/V4/Northwind/Northwind.svc/Orders" }, "path": "/value" }, "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": "{ShipName}", "description": "{ShipAddress}", "info": { "value": "{ShipCountry}" } } } }, "sap.platform.mobilecards": { "compatible": false } }