{
"contentType": "list",
"itemSchema": "custom",
"title": "Hot deals",
"categories": [],
"items": [
{
"id": 1,
"link": "leather-bag",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/product/a3.jpg",
"title": "New Bag",
"category": "Leather"
},
{
"id": 2,
"link": "nike-breeze",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/product/a4.jpg",
"title": "Breeze",
"category": "Nike"
},
{
"id": 3,
"link": "usb-moon",
"image": "https://themes.pixelstrap.com/bigdeal/assets/images/layout-2/product/a5.jpg",
"title": "USB Moon",
"category": "Printing 3D"
}
],
"customFields": [
{
"key": "id",
"type": "text",
"label": "ID"
},
{
"key": "category",
"type": "text",
"label": "Category"
},
{
"key": "title",
"type": "text",
"label": "Title"
},
{
"key": "image",
"type": "image",
"label": "Image"
},
{
"key": "link",
"type": "url",
"label": "Link"
}
]
}