schemas: navroute: Correct array key to 'Route'

Even though everything else is 'NavRoute', this isn't.
This commit is contained in:
Athanasius 2021-10-14 14:09:53 +00:00
parent 6e341f1d31
commit 895dc0d452

View File

@ -39,7 +39,7 @@
"format" : "date-time"
},
"event": {
"enum" : [ "Route" ]
"enum" : [ "NavRoute" ]
},
"Route": {
"type" : "array",