Created
October 1, 2022 19:53
-
-
Save tattyd/67840b1701a0b9f2aa88d68abfc7f89e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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