Added 'CarrierJump' event

This commit is contained in:
Bernd Gollesch 2020-04-12 15:33:20 +02:00
parent 754e74c7c3
commit ca3e764016

View File

@ -40,7 +40,7 @@
"format" : "date-time" "format" : "date-time"
}, },
"event" : { "event" : {
"enum" : [ "Docked", "FSDJump", "Scan", "Location", "SAASignalsFound" ] "enum" : [ "Docked", "FSDJump", "Scan", "Location", "SAASignalsFound", "CarrierJump" ]
}, },
"StarSystem": { "StarSystem": {
"type" : "string", "type" : "string",
@ -61,7 +61,7 @@
"Factions": { "Factions": {
"type" : "array", "type" : "array",
"description" : "Present in Location and FSDJump messages", "description" : "Present in Location, FSDJump and CarrierJump messages",
"items" : { "items" : {
"type" : "object", "type" : "object",
"properties": { "properties": {