mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 20:10:29 +03:00
Merge branch 'develop'
This commit is contained in:
commit
652c50ab06
@ -92,8 +92,7 @@
|
||||
"minLength" : 1
|
||||
},
|
||||
"NearestDestination": {
|
||||
"type" : "string",
|
||||
"minLength" : 1
|
||||
"type" : "string"
|
||||
},
|
||||
"VoucherAmount": {
|
||||
"type" : "integer"
|
||||
|
@ -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