Skip to content

Instantly share code, notes, and snippets.

@Marginal
Last active January 23, 2016 03:10
Show Gist options
  • Save Marginal/bcb2d3a0dc74b08b0339 to your computer and use it in GitHub Desktop.
Save Marginal/bcb2d3a0dc74b08b0339 to your computer and use it in GitHub Desktop.
Example message in proposed shipyard v2 schema
{
"$schemaRef": "http://schemas.elite-markets.net/eddn/shipyard/2",
"header": {
"softwareName": "E:D Market Connector [Mac OS]",
"softwareVersion": "2.0.5.0",
"uploaderID": "Otis B. Driftwood"
},
"message": {
"ships": [
{
"id": 128049249,
"name": "Sidewinder"
},
{
"id": 128049261,
"name": "Hauler"
},
{
"id": 128049303,
"name": "Asp"
},
{
"id": 128672276,
"name": "Asp Scout"
},
{
"id": 128671217,
"name": "Diamondback Scout"
},
{
"id": 128049255,
"name": "Eagle"
},
{
"id": 128672269,
"name": "Keelback"
},
{
"id": 128049333,
"name": "Type-9 Heavy"
},
{
"id": 128049267,
"name": "Adder"
},
{
"id": 128049279,
"name": "Cobra Mk III"
},
{
"id": 128049297,
"name": "Type-7 Transporter"
},
{
"id": 128049285,
"name": "Type-6 Transporter"
}
],
"station": {
"id": 3222840320,
"name": "Godel Dock"
},
"system": {
"address": 2690553710955,
"id": 62675,
"name": "Quivira"
},
"timestamp": "2016-01-23T03:08:33Z"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment