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