From e86a5257ee035fcf907143c0fb87fa3a295e8007 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Thu, 22 Nov 2018 09:37:14 +0000 Subject: [PATCH] Also disallow faction squadron status --- schemas/journal-v1.0.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/schemas/journal-v1.0.json b/schemas/journal-v1.0.json index 2c3b043..6292c97 100644 --- a/schemas/journal-v1.0.json +++ b/schemas/journal-v1.0.json @@ -65,7 +65,10 @@ "items" : { "type" : "object", "properties": { - "MyReputation" : { "$ref" : "#/definitions/disallowed" } + "HappiestSystem" : { "$ref" : "#/definitions/disallowed" }, + "HomeSystem" : { "$ref" : "#/definitions/disallowed" }, + "MyReputation" : { "$ref" : "#/definitions/disallowed" }, + "SquadronFaction" : { "$ref" : "#/definitions/disallowed" } } } },