From bd7c45cdbf36718d6935ca2fd41c141d7391ba63 Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Wed, 31 Oct 2018 08:17:26 +0000 Subject: [PATCH] Disallow faction reputation in Journal schema --- schemas/journal-v1.0.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/schemas/journal-v1.0.json b/schemas/journal-v1.0.json index adaa1b3..ff522cc 100644 --- a/schemas/journal-v1.0.json +++ b/schemas/journal-v1.0.json @@ -59,6 +59,16 @@ "description" : "Should be added by the sender if not present in the journal event" }, + "Factions": { + "type" : "array", + "description" : "Present in Location and FSDJump messages", + "items" : { + "type" : "object", + "properties": { + "MyReputation" : { "$ref" : "#/definitions/disallowed" } + } + } + }, "CockpitBreach" : { "$ref" : "#/definitions/disallowed" }, "BoostUsed" : { "$ref" : "#/definitions/disallowed" }, "FuelLevel" : { "$ref" : "#/definitions/disallowed" },