Files
pugz/benchmarks/templates/search-results.json

37 lines
635 B
JSON

{
"searchRecords": [
{
"imgUrl": "/img1.jpg",
"viewItemUrl": "/item1",
"title": "Item 1",
"description": "Desc 1",
"featured": true,
"sizes": [
"S",
"M",
"L"
]
},
{
"imgUrl": "/img2.jpg",
"viewItemUrl": "/item2",
"title": "Item 2",
"description": "Desc 2",
"featured": false,
"sizes": null
},
{
"imgUrl": "/img3.jpg",
"viewItemUrl": "/item3",
"title": "Item 3",
"description": "Desc 3",
"featured": true,
"sizes": [
"M",
"L",
"XL"
]
}
]
}