When plotting a multi-star route, the file NavRoute.json is written in the same directory as the journal, with a list of stars along that route
Debug Information
{"name":"NavRoute","description":"When plotting a multi-star route, the file NavRoute.json is written in the same directory as the journal, with a list of stars along that route","properties":[{"name":"timestamp","type":"string","description":"Timestamp in UTC, ISO 8601","optional":false,"examples":["2022-09-11T22:00:45Z","2022-09-12T08:54:21Z","2022-09-12T08:54:24Z"]},{"name":"event","type":"string","description":"","optional":false,"examples":["NavRoute"]},{"name":"Route","type":"array","description":"","optional":true,"examples":[],"properties":[{"name":"StarSystem","type":"string","description":"","optional":false,"examples":["i Bootis","Acihaut","LHS 455"]},{"name":"SystemAddress","type":"integer","description":"","optional":false,"examples":[1281787693419,11665802405289,3686969379179]},{"name":"StarPos","type":"array<number>","description":"star position, as a Json array [x, y, z], relative to Sol in Ly","optional":false,"examples":[]},{"name":"StarClass","type":"string","description":"","optional":false,"examples":["G","M","DQ"]}]}]}