mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-09 11:52:16 +03:00
Merge pull request #115 from clonedArtie/master
Odyssey flags for the schemas
This commit is contained in:
commit
bd1c3d96d3
@ -49,6 +49,10 @@
|
|||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Whether the sending Cmdr has a Horizons pass."
|
"description" : "Whether the sending Cmdr has a Horizons pass."
|
||||||
},
|
},
|
||||||
|
"odyssey": {
|
||||||
|
"type" : "boolean",
|
||||||
|
"description" : "Whether the sending Cmdr has an Odyssey expansion."
|
||||||
|
},
|
||||||
"timestamp": {
|
"timestamp": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"format" : "date-time"
|
"format" : "date-time"
|
||||||
|
@ -42,6 +42,14 @@
|
|||||||
"event" : {
|
"event" : {
|
||||||
"enum" : [ "Docked", "FSDJump", "Scan", "Location", "SAASignalsFound", "CarrierJump" ]
|
"enum" : [ "Docked", "FSDJump", "Scan", "Location", "SAASignalsFound", "CarrierJump" ]
|
||||||
},
|
},
|
||||||
|
"horizons": {
|
||||||
|
"type" : "boolean",
|
||||||
|
"description" : "Whether the sending Cmdr has a Horizons pass."
|
||||||
|
},
|
||||||
|
"odyssey": {
|
||||||
|
"type" : "boolean",
|
||||||
|
"description" : "Whether the sending Cmdr has an Odyssey expansion."
|
||||||
|
},
|
||||||
"StarSystem": {
|
"StarSystem": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"minLength" : 1,
|
"minLength" : 1,
|
||||||
|
@ -49,6 +49,10 @@
|
|||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Whether the sending Cmdr has a Horizons pass."
|
"description" : "Whether the sending Cmdr has a Horizons pass."
|
||||||
},
|
},
|
||||||
|
"odyssey": {
|
||||||
|
"type" : "boolean",
|
||||||
|
"description" : "Whether the sending Cmdr has an Odyssey expansion."
|
||||||
|
},
|
||||||
"timestamp": {
|
"timestamp": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"format" : "date-time"
|
"format" : "date-time"
|
||||||
|
@ -49,6 +49,10 @@
|
|||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Whether the sending Cmdr has a Horizons pass."
|
"description" : "Whether the sending Cmdr has a Horizons pass."
|
||||||
},
|
},
|
||||||
|
"odyssey": {
|
||||||
|
"type" : "boolean",
|
||||||
|
"description" : "Whether the sending Cmdr has an Odyssey expansion."
|
||||||
|
},
|
||||||
"allowCobraMkIV": {
|
"allowCobraMkIV": {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"description" : "Whether the sending Cmdr can purchase the Cobra MkIV or not."
|
"description" : "Whether the sending Cmdr can purchase the Cobra MkIV or not."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user