EDDN/scripts/testing/gateway-responses/commodity-outdated-schema.json
Athanasius 2a8eb8d021
Gateway: Add test scripts and supporting files
These are what I was using on my home server to test the prior code
changes to how the Gateway code reports errors.

Ultimately these should become a part of proper tests, but for now
they're at least in the repository for anyone to utilise.
2022-01-09 16:21:23 +00:00

47 lines
1.0 KiB
JSON

{
"$schemaRef": "http://schemas.elite-markets.net/eddn/commodity/2",
"message": {
"timestamp": "2022-01-06T11:19:27Z",
"systemName": "LP 98-132",
"stationName": "Freeport",
"marketId": 128008448,
"commodities": [
{
"name": "advancedcatalysers",
"meanPrice": 3039,
"buyPrice": 0,
"stock": 0,
"stockBracket": 0,
"sellPrice": 3756,
"demand": 936,
"demandBracket": 3
},
{
"name": "advancedmedicines",
"meanPrice": 1485,
"buyPrice": 0,
"stock": 0,
"stockBracket": 0,
"sellPrice": 1726,
"demand": 296,
"demandBracket": 3
},
{
"name": "advert1",
"meanPrice": 21542,
"buyPrice": 15267,
"stock": 0,
"stockBracket": 0,
"sellPrice": 15266,
"demand": 0,
"demandBracket": 0
}
]
},
"header": {
"uploaderID": "Athanasius Testing",
"softwareName": "Athanasius Testing",
"softwareVersion": "v0.0.1"
}
}