Merge pull request #217 from spansh/factionstate-and-stationfaction

Added factionstate and stationAllegiance
This commit is contained in:
Rob 2023-10-23 12:10:50 +01:00 committed by GitHub
commit 0e90e0d985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"
} }
} }
}, },