base-data-manager/test/fixtures/facebook-json-2021-05-01/marketplace/items_sold.json

36 lines
734 B
JSON

{
"items_selling": [
{
"title": "xxx",
"price": "xxx",
"seller": "xxx",
"created_timestamp": 1734500000,
"updated_timestamp": 1734500000,
"category": "xxx",
"marketplace": "xxx",
"location": {
"coordinate": {
"latitude": 69,
"longitude": 69
}
},
"description": "xxx"
},
{
"title": "xxx",
"price": "xxx",
"seller": "xxx",
"created_timestamp": 1734500000,
"updated_timestamp": 1734500000,
"category": "xxx",
"marketplace": "xxx",
"location": {
"coordinate": {
"latitude": 69,
"longitude": 69
}
},
"description": "xxx"
}
]
}