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.
This commit is contained in:
Athanasius 2021-09-26 15:29:02 +00:00
parent 9703b1e475
commit d8d16afbc4

View File

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