mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-14 22:32:20 +03:00
Add mandatory "StarSystem" property.
This commit is contained in:
parent
66b078d344
commit
335ec09331
@ -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" ],
|
||||
"required" : [ "timestamp", "event", "StarSystem" ],
|
||||
"properties" : {
|
||||
"timestamp": {
|
||||
"type" : "string",
|
||||
@ -42,6 +42,11 @@
|
||||
"event" : {
|
||||
"enum" : [ "Docked", "FSDJump", "Scan" ]
|
||||
},
|
||||
"StarSystem": {
|
||||
"type" : "string",
|
||||
"minLength" : 1,
|
||||
"description" : "Must be added by the sender if not present in the journal event"
|
||||
},
|
||||
|
||||
"CockpitBreach" : { "$ref" : "#/definitions/disallowed" },
|
||||
"BoostUsed" : { "$ref" : "#/definitions/disallowed" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user