mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-19 01:57:40 +03:00
Merge pull request #217 from spansh/factionstate-and-stationfaction
Added factionstate and stationAllegiance
This commit is contained in:
commit
0e90e0d985
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user