mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-19 16:23:56 +03:00
Fix comma typo in ApproachSettlement JSON and fix readme
This commit is contained in:
parent
3b7c002b51
commit
87a81aaa37
@ -1,7 +1,7 @@
|
|||||||
# EDDN ApproachSettlement Schema
|
# EDDN ApproachSettlement Schema
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
Here we document how to take data from an ED `FSSAllBodiesFound` Journal
|
Here we document how to take data from an ED `ApproachSettlement` Journal
|
||||||
Event and properly structure it for sending to EDDN.
|
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
|
||||||
|
@ -52,7 +52,7 @@
|
|||||||
},
|
},
|
||||||
"StarSystem": {
|
"StarSystem": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"minLength" : 1
|
"minLength" : 1,
|
||||||
"description" : "Must be added by the sender"
|
"description" : "Must be added by the sender"
|
||||||
},
|
},
|
||||||
"StarPos": {
|
"StarPos": {
|
||||||
@ -63,7 +63,7 @@
|
|||||||
"description" : "Must be added by the sender"
|
"description" : "Must be added by the sender"
|
||||||
},
|
},
|
||||||
"SystemAddress": {
|
"SystemAddress": {
|
||||||
"type" : "integer",
|
"type" : "integer"
|
||||||
},
|
},
|
||||||
"Name" : {
|
"Name" : {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user