added factionstate and stationfaction

This commit is contained in:
Gareth Harper 2023-10-23 11:03:11 +00:00
parent 7250b90858
commit e2d1f438fc

View File

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