From c47699f11a2e9aaca2be6f0c59136a10b559d226 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 29 May 2022 15:05:01 +0100 Subject: [PATCH] schemas/navbeaconscan: Senders MUST apply cross-check on augmentations --- schemas/navbeaconscan-README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schemas/navbeaconscan-README.md b/schemas/navbeaconscan-README.md index 39167a2..09ecdef 100644 --- a/schemas/navbeaconscan-README.md +++ b/schemas/navbeaconscan-README.md @@ -29,6 +29,12 @@ 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. +**You MUST apply a location cross-check, as per +[Other data augmentations](../docs/Developers.md#other-data-augmentations).** + #### StarPos You MUST add a `StarPos` array containing the system co-ordinates from the last `FSDJump`, `CarrierJump`, or `Location` event. + +**You MUST apply a location cross-check, as per +[Other data augmentations](../docs/Developers.md#other-data-augmentations).**