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": { "StationGovernment": {
"type" : "string" "type" : "string"
}, },
"StationAllegiance": {
"type" : "string"
},
"StationEconomies": { "StationEconomies": {
"type" : "array", "type" : "array",
"items" : { "items" : {
@ -97,6 +100,9 @@
"properties": { "properties": {
"Name": { "Name": {
"type" : "string" "type" : "string"
},
"FactionState": {
"type" : "string"
} }
} }
}, },