Add test JSON payloads to repo

This commit is contained in:
Tyler Hallada 2020-07-22 23:30:20 -04:00
parent 6eb58935e3
commit a84694042f
3 changed files with 2417 additions and 0 deletions

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
View 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
View 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": []
}