mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-21 11:07:38 +03:00
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:
parent
9703b1e475
commit
d8d16afbc4
@ -39,7 +39,7 @@
|
||||
"format" : "date-time"
|
||||
},
|
||||
"event": {
|
||||
"enum" : [ "Route" ]
|
||||
"enum" : [ "NavRoute" ]
|
||||
},
|
||||
"Route": {
|
||||
"type" : "array",
|
||||
|
Loading…
x
Reference in New Issue
Block a user