Schema fixes/update for the game update 17 (#218)

* "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

---------

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>
This commit is contained in:
clonedArtie 2023-10-23 13:25:22 +02:00 committed by GitHub
parent 41f9713f09
commit c68de548ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,10 @@
},
"StationGovernment": {
"type" : "string"
},
},
"StationAllegiance": {
"type" : "string"
},
"StationEconomies": {
"type" : "array",
"items" : {
@ -97,6 +100,9 @@
"properties": {
"Name": {
"type" : "string"
},
"FactionState": {
"type" : "string"
}
}
},