diff --git a/schemas/approachsettlement-v1.0.json b/schemas/approachsettlement-v1.0.json index 81007d5..61b2e86 100644 --- a/schemas/approachsettlement-v1.0.json +++ b/schemas/approachsettlement-v1.0.json @@ -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" } } },