mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-23 20:10:29 +03:00
Make SystemAddress mandatory
This commit is contained in:
parent
e86a5257ee
commit
96d84628b6
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user