mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-22 11:30:29 +03:00
Update from the master (#222)
* "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> * Added new schemas --------- 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>
This commit is contained in:
parent
a43ae037fa
commit
2cd1ec27c3
@ -90,6 +90,11 @@ class _Settings(object):
|
||||
|
||||
"https://eddn.edcd.io/schemas/fcmaterials_capi/1" : "schemas/fcmaterials_capi-v1.0.json",
|
||||
"https://eddn.edcd.io/schemas/fcmaterials_capi/1/test" : "schemas/fcmaterials_capi-v1.0.json",
|
||||
|
||||
"https://eddn.edcd.io/schemas/dockinggranted/1" : "schemas/dockinggranted-v1.0.json",
|
||||
"https://eddn.edcd.io/schemas/dockinggranted/1/test" : "schemas/dockinggranted-v1.0.json",
|
||||
"https://eddn.edcd.io/schemas/dockingdenied/1" : "schemas/dockingdenied-v1.0.json",
|
||||
"https://eddn.edcd.io/schemas/dockingdenied/1/test" : "schemas/dockingdenied-v1.0.json",
|
||||
}
|
||||
|
||||
GATEWAY_OUTDATED_SCHEMAS = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user