mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 12:00:29 +03:00
Merge pull request #147 from EDCD/enhancement/133/navroute-horizons-and-odyssey-flags
schemas: navroute: Add horizons and odyssey flags
This commit is contained in:
commit
4e060b6127
@ -40,7 +40,15 @@
|
||||
},
|
||||
"event": {
|
||||
"enum" : [ "NavRoute" ]
|
||||
},
|
||||
},
|
||||
"horizons": {
|
||||
"type" : "boolean",
|
||||
"description" : "Whether the sending Cmdr has a Horizons pass."
|
||||
},
|
||||
"odyssey": {
|
||||
"type" : "boolean",
|
||||
"description" : "Whether the sending Cmdr has an Odyssey expansion."
|
||||
},
|
||||
"Route": {
|
||||
"type" : "array",
|
||||
"description" : "Route generated by in game plotter",
|
||||
|
Loading…
x
Reference in New Issue
Block a user