From 80a9c78e4994a638f86df5418de7b2fb57722abf Mon Sep 17 00:00:00 2001 From: Gareth Harper Date: Wed, 6 Dec 2023 14:59:48 +0000 Subject: [PATCH] made reason mandatory --- schemas/dockingdenied-v1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/dockingdenied-v1.0.json b/schemas/dockingdenied-v1.0.json index 40fcf39..625f887 100644 --- a/schemas/dockingdenied-v1.0.json +++ b/schemas/dockingdenied-v1.0.json @@ -41,7 +41,7 @@ "type" : "object", "description" : "Contains all properties from the listed events in the client's journal minus the Localised strings and the properties marked below as 'disallowed'", "additionalProperties" : false, - "required" : [ "timestamp", "event", "MarketID", "StationName" ], + "required" : [ "timestamp", "event", "MarketID", "StationName", "Reason" ], "properties" : { "timestamp": { "type" : "string",