Make SystemAddress mandatory

This commit is contained in:
Jonathan Harris 2019-01-08 10:35:24 +00:00
parent e86a5257ee
commit 96d84628b6

View File

@ -33,7 +33,7 @@
"type" : "object",
"description" : "Contains all properties from the listed events in the client's journal minus Localised strings and the properties marked below as 'disallowed'",
"additionalProperties" : true,
"required" : [ "timestamp", "event", "StarSystem", "StarPos" ],
"required" : [ "timestamp", "event", "StarSystem", "StarPos", "SystemAddress" ],
"properties" : {
"timestamp": {
"type" : "string",