EDDN/examples/commodity-v0.1.json
2015-05-05 09:48:54 +02:00

20 lines
563 B
JSON

{
"$schemaRef": "http://schemas.elite-markets.net/eddn/commodity/1",
"header": {
"uploaderID": "abcdef0123456789",
"softwareName": "My Awesome Market Uploader",
"softwareVersion": "v3.14"
},
"message": {
"systemName": "Eranin",
"stationName": "Azeban Orbital",
"itemName": "Gold",
"buyPrice": 1024,
"stationStock": 7,
"supplyLevel": "Low",
"sellPrice": 1138,
"demand": 42,
"demandLevel": "Med",
"timestamp": "2014-11-17T12:34:56+00:00"
}
}