BazaarRealmAPI/test_data/shop.json

10 lines
165 B
JSON
Raw Normal View History

2020-07-23 03:30:20 +00:00
{
"name": "Test Shop",
"owner_id": 1,
"description": "for testing",
"is_not_sell_buy": true,
"sell_buy_list_id": 1,
"vendor_id": 1,
"vendor_gold": 0
2020-07-23 03:30:20 +00:00
}