mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-10 12:22:10 +03:00
schemas/scanbarycentre: Bring in line with current standards
This commit is contained in:
parent
ec781aa94f
commit
6b213795e5
@ -7,19 +7,25 @@ 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
|
||||||
`ScanBaryCentre`.
|
`ScanBaryCentre`.
|
||||||
|
|
||||||
### Elisions
|
Although most of the event-specific data is not specified as `required`,
|
||||||
There are no elisions in this schema.
|
senders SHOULD include any defined in the schema if it's in the source data.
|
||||||
|
|
||||||
### 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)
|
||||||
|
in the Developers' documentation.
|
||||||
#### odyssey flag
|
|
||||||
You SHOULD add this key/value pair, using the value from the `LoadGame` event.
|
|
||||||
|
|
||||||
#### StarPos
|
#### StarPos
|
||||||
You MUST add a `StarPos` array containing the system co-ordinates from the
|
You MUST add a `StarPos` array containing the system co-ordinates from the
|
||||||
|
@ -62,8 +62,7 @@
|
|||||||
"description" : "Must be added by the sender if not present in the journal event"
|
"description" : "Must be added by the sender if not present in the journal event"
|
||||||
},
|
},
|
||||||
"SystemAddress": {
|
"SystemAddress": {
|
||||||
"type" : "integer",
|
"type" : "integer"
|
||||||
"description" : "Should be added by the sender if not present in the journal event"
|
|
||||||
},
|
},
|
||||||
"BodyID": {
|
"BodyID": {
|
||||||
"type" : "integer"
|
"type" : "integer"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user