mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-15 06:42:26 +03:00
Add mandatory "StarSystem" property.
This commit is contained in:
parent
66b078d344
commit
335ec09331
@ -33,7 +33,7 @@
|
|||||||
"type" : "object",
|
"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'",
|
"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,
|
"additionalProperties" : true,
|
||||||
"required" : [ "timestamp", "event" ],
|
"required" : [ "timestamp", "event", "StarSystem" ],
|
||||||
"properties" : {
|
"properties" : {
|
||||||
"timestamp": {
|
"timestamp": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
@ -42,6 +42,11 @@
|
|||||||
"event" : {
|
"event" : {
|
||||||
"enum" : [ "Docked", "FSDJump", "Scan" ]
|
"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" },
|
"CockpitBreach" : { "$ref" : "#/definitions/disallowed" },
|
||||||
"BoostUsed" : { "$ref" : "#/definitions/disallowed" },
|
"BoostUsed" : { "$ref" : "#/definitions/disallowed" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user