Added back in the event key

This commit is contained in:
robbyxp1 2022-01-27 11:32:46 +00:00 committed by Athanasius
parent b323460bf8
commit b6d25ccebc

View File

@ -31,7 +31,7 @@
}, },
"message": { "message": {
"type" : "object", "type" : "object",
"description" : "Contains all properties from the listed events in the client's journal minus the event key, Localised strings and the properties marked below as 'disallowed'", "description" : "Contains all properties from the listed events in the client's journal, minus the Localised strings and the properties marked below as 'disallowed'",
"additionalProperties" : false, "additionalProperties" : false,
"required" : [ "timestamp", "SystemName", "StarPos", "SystemAddress", "Count" ], "required" : [ "timestamp", "SystemName", "StarPos", "SystemAddress", "Count" ],
"properties" : { "properties" : {
@ -39,6 +39,9 @@
"type" : "string", "type" : "string",
"format" : "date-time" "format" : "date-time"
}, },
"event" : {
"enum" : [ "FSSAllBodiesFound" ]
},
"horizons": { "horizons": {
"type" : "boolean", "type" : "boolean",
"description" : "Whether the sending Cmdr has a Horizons pass." "description" : "Whether the sending Cmdr has a Horizons pass."