From 895dc0d45239c33c6671514e8653b37862a5c1bd Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 14 Oct 2021 14:09:53 +0000 Subject: [PATCH] schemas: navroute: Correct array key to 'Route' Even though everything else is 'NavRoute', this isn't. --- 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",