Add test JSON payloads to repo
This commit is contained in:
parent
6eb58935e3
commit
a84694042f
2402
test_data/interior_refs.json
Normal file
2402
test_data/interior_refs.json
Normal file
File diff suppressed because it is too large
Load Diff
5
test_data/owner.json
Normal file
5
test_data/owner.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "Test Owner",
|
||||
"api_key": "9972bf37-5154-4e1a-a76e-49c93d7d78df",
|
||||
"mod_version": "0.0.1"
|
||||
}
|
10
test_data/shop.json
Normal file
10
test_data/shop.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"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,
|
||||
"interior_refs": []
|
||||
}
|
Loading…
Reference in New Issue
Block a user