mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-16 15:22:06 +03:00
schemas/navbeaconscan: Bring in line with current standards
This commit is contained in:
parent
c73b3d6e08
commit
adcf6b6010
@ -7,19 +7,22 @@ Event and properly structure it for sending to EDDN.
|
|||||||
Please consult [EDDN Schemas README](./README-EDDN-schemas.md) for general
|
Please consult [EDDN Schemas README](./README-EDDN-schemas.md) for general
|
||||||
documentation for a schema such as this.
|
documentation for a schema such as this.
|
||||||
|
|
||||||
|
If you find any discrepancies between what this document says and what is
|
||||||
|
defined in the relevant Schema file, then you should, in the first instance,
|
||||||
|
assume that it is the Schema file that is correct.
|
||||||
|
**PLEASE open
|
||||||
|
[an issue on GitHub](https://github.com/EDCD/EDDN/issues/new/choose)
|
||||||
|
to report any such anomalies you find so that we can check and resolve the
|
||||||
|
discrepancy.**
|
||||||
|
|
||||||
## Senders
|
## Senders
|
||||||
The primary data source for this schema is the ED Journal event
|
The primary data source for this schema is the ED Journal event
|
||||||
`NavBeaconScan`.
|
`NavBeaconScan`.
|
||||||
|
|
||||||
### Elisions
|
|
||||||
There are no elisions in this schema.
|
|
||||||
|
|
||||||
### Augmentations
|
### Augmentations
|
||||||
#### horizons flag
|
#### horizons and odyssey flags
|
||||||
You SHOULD add this key/value pair, using the value from the `LoadGame` event.
|
Please read [horizons and odyssey flags](../../docs/Developers.md#horizons-and-odyssey-flags)
|
||||||
|
over in the Developers' documentation.
|
||||||
#### odyssey flag
|
|
||||||
You SHOULD add this key/value pair, using the value from the `LoadGame` event.
|
|
||||||
|
|
||||||
#### StarSystem
|
#### StarSystem
|
||||||
You MUST add a `StarSystem` key/value pair representing the name of the
|
You MUST add a `StarSystem` key/value pair representing the name of the
|
||||||
|
@ -52,7 +52,8 @@
|
|||||||
},
|
},
|
||||||
"StarSystem": {
|
"StarSystem": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"minLength" : 1
|
"minLength" : 1,
|
||||||
|
"description" : "Should be added by the sender if not present in the journal event"
|
||||||
},
|
},
|
||||||
"StarPos": {
|
"StarPos": {
|
||||||
"type" : "array",
|
"type" : "array",
|
||||||
@ -63,7 +64,6 @@
|
|||||||
},
|
},
|
||||||
"SystemAddress": {
|
"SystemAddress": {
|
||||||
"type" : "integer",
|
"type" : "integer",
|
||||||
"description" : "Should be added by the sender if not present in the journal event"
|
|
||||||
},
|
},
|
||||||
"NumBodies" : {
|
"NumBodies" : {
|
||||||
"type" : "integer"
|
"type" : "integer"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user