From bc628bff6f2e92cda3df7af29a75b30cfb69fd8b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 29 May 2022 15:37:44 +0100 Subject: [PATCH] schemas/journal: All relevant events already have SystemAddress So there's no need to document it as an augmentation. This was an error based on examining the EDMC code. --- schemas/journal-README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/schemas/journal-README.md b/schemas/journal-README.md index 5dd7cea..5553afe 100644 --- a/schemas/journal-README.md +++ b/schemas/journal-README.md @@ -76,11 +76,6 @@ You MUST add a `StarSystem` key/value pair representing the name of the system this event occurred in. Source this from either `Location`, `FSDJump` or `CarrierJump` as appropriate. -#### SystemAddress -You MUST add a `SystemAddress` key/value pair representing the numerical ID -of the system this event occurred in. Source this from either `Location`, -`FSDJump` or `CarrierJump` as appropriate. - #### StarPos You MUST add a `StarPos` array containing the system co-ordinates from the last `FSDJump`, `CarrierJump`, or `Location` event.