multy-stub/server/routers/old/publicium/mocks/search.json
Primakov Alexandr Alexandrovich 4b0d9b4dbc mongoose + tests
2024-10-16 11:06:23 +03:00

28 lines
520 B
JSON

[
{
"type": "game",
"item": {
"id": 1,
"name": "Black Mesa",
"logo": "bms-logo.png"
}
},
{
"type": "map",
"item": {
"id": 302,
"name": "Lambda Core 1",
"logo": "lambda-1.png",
"game": 1
}
},
{
"type": "map",
"item": {
"id": 21,
"name": "Xen Factory 2",
"logo": "bms-xen2.png",
"game": 1
}
}
]