From 96d84628b6caa9b9151745b56cb8705f0746b80c Mon Sep 17 00:00:00 2001 From: Jonathan Harris Date: Tue, 8 Jan 2019 10:35:24 +0000 Subject: [PATCH] Make SystemAddress mandatory --- schemas/journal-v1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/journal-v1.0.json b/schemas/journal-v1.0.json index 6292c97..4ba8770 100644 --- a/schemas/journal-v1.0.json +++ b/schemas/journal-v1.0.json @@ -33,7 +33,7 @@ "type" : "object", "description" : "Contains all properties from the listed events in the client's journal minus Localised strings and the properties marked below as 'disallowed'", "additionalProperties" : true, - "required" : [ "timestamp", "event", "StarSystem", "StarPos" ], + "required" : [ "timestamp", "event", "StarSystem", "StarPos", "SystemAddress" ], "properties" : { "timestamp": { "type" : "string",