mirror of
https://github.com/EDCD/EDDN.git
synced 2025-05-05 17:41:04 +03:00
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.
47 lines
1.0 KiB
JSON
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"
|
|
}
|
|
}
|