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.

Revisions

  1. tattyd created this gist Oct 1, 2022.
    33 changes: 33 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    {
    "$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
    }
    }
    }