From d8d16afbc41e458480b3f67e52d64edabe625cf9 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 26 Sep 2021 15:29:02 +0000 Subject: [PATCH] schemas: Fix event name in navroute schema to be 'NavRoute' This was/is documented as 'Route', but it has always actually been 'NavRoute' in the produced log files, separate filename, and contents of that separate file. --- schemas/navroute-v1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/navroute-v1.0.json b/schemas/navroute-v1.0.json index 98a4ade..321be80 100644 --- a/schemas/navroute-v1.0.json +++ b/schemas/navroute-v1.0.json @@ -39,7 +39,7 @@ "format" : "date-time" }, "event": { - "enum" : [ "Route" ] + "enum" : [ "NavRoute" ] }, "Route": { "type" : "array",