From e2d1f438fcbdb2b1b9ae10d17daeacf4a2e9277e Mon Sep 17 00:00:00 2001 From: Gareth Harper Date: Mon, 23 Oct 2023 11:03:11 +0000 Subject: [PATCH] added factionstate and stationfaction --- schemas/approachsettlement-v1.0.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/schemas/approachsettlement-v1.0.json b/schemas/approachsettlement-v1.0.json index 81007d5..e3ca7e1 100644 --- a/schemas/approachsettlement-v1.0.json +++ b/schemas/approachsettlement-v1.0.json @@ -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" } } },