Skip to content

Instantly share code, notes, and snippets.

@tattyd
Created October 1, 2022 19:53
Show Gist options
  • Save tattyd/67840b1701a0b9f2aa88d68abfc7f89e to your computer and use it in GitHub Desktop.
Save tattyd/67840b1701a0b9f2aa88d68abfc7f89e to your computer and use it in GitHub Desktop.
{
"$id": "1",
"aircraft": {
"$id": "2",
"callsign": "G-KHEY",
"callsignAbbreviated": "G-KHEY",
"voiceSeed": 1125540664
},
"tower": {
"$id": "3",
"callsign": "Tower",
"callsignAbbreviated": "Tower",
"voiceSeed": 2
},
"transmissions": {
"$id": "4",
"$values": [
"CONTROLLED_LANDING_INSTRUCTION"
]
},
"transmissionInfo": {
"$id": "5",
"runwayIdent": "27",
"standIdent": null,
"waypoints": null,
"time": "0001-01-01T00:00:00",
"wind": {
"$id": "6",
"heading": 69,
"speedKnots": 69
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment