Merge branch 'develop'

This commit is contained in:
Athanasius 2021-10-27 11:43:44 +00:00
commit 652c50ab06
2 changed files with 10 additions and 3 deletions

View File

@ -92,8 +92,7 @@
"minLength" : 1
},
"NearestDestination": {
"type" : "string",
"minLength" : 1
"type" : "string"
},
"VoucherAmount": {
"type" : "integer"

View File

@ -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",