EDDN/schemas/dockingdenied-README.md
clonedArtie a43ae037fa
Update from the master (#221)
* "Typo" in headline

Since this is the Readme for FSSBodySignals the Headline wrongly contains FSSAllBodiesFound.

* Update README.md to remove mention of EDDB

EDDB is now defunct and its links are dead.

* added update 17 schema changes, also protected from additional properties
approachsettlement gets station data
fsssignaldiscovered gets signaltype

* additionalproperties in correct place

* added factionstate and stationfaction

* Shorten uploaderID hash persistence duration

* added stationtype and carrierDockingAccess (#220)

* added stationtype

* removed specific ellision of stationType

---------

Co-authored-by: Gareth Harper <git@spansh.co.uk>

* Added docking denied and granted (#219)

* added docking denied and granted

* made reason mandatory

---------

Co-authored-by: Gareth Harper <git@spansh.co.uk>

---------

Co-authored-by: Lord Asrothear <lord@asrothear.de>
Co-authored-by: Rob <robxp@hotmail.com>
Co-authored-by: Avraham Adler <aadler@users.noreply.github.com>
Co-authored-by: Gareth Harper <git@spansh.co.uk>
Co-authored-by: spansh <spansh@users.noreply.github.com>
2024-01-23 14:06:42 +01:00

1.3 KiB

EDDN DockingDenied Schema

Introduction

Here we document how to take data from an ED `` Journal Event and properly structure it for sending to EDDN.

Please consult EDDN Schemas README for general documentation for a schema such as this.

If you find any discrepancies between what this document says and what is defined in the relevant Schema file, then you should, in the first instance, assume that it is the Schema file that is correct. PLEASE open an issue on GitHub to report any such anomalies you find so that we can check and resolve the discrepancy.

Senders

The primary data source for this schema is the ED Journal event DockingDenied.

Examples:

{
    "timestamp":"2022-06-10T10:09:41Z",
    "event":"DockingDenied",
    "Reason":"RestrictedAccess",
    "MarketID":3706117376,
    "StationName":"V7G-T1G",
    "StationType":"FleetCarrier"
}

Augmentations

horizons and odyssey flags

Please read horizons and odyssey flags in the Developers' documentation.

gameversion and gamebuild

You MUST always set these as per the relevant section of the Developers' documentation.