mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-20 00:33:55 +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
|
||||
|
||||
## 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.
|
||||
|
||||
Please consult [EDDN Schemas README](./README-EDDN-schemas.md) for general
|
||||
|
@ -52,7 +52,7 @@
|
||||
},
|
||||
"StarSystem": {
|
||||
"type" : "string",
|
||||
"minLength" : 1
|
||||
"minLength" : 1,
|
||||
"description" : "Must be added by the sender"
|
||||
},
|
||||
"StarPos": {
|
||||
@ -63,7 +63,7 @@
|
||||
"description" : "Must be added by the sender"
|
||||
},
|
||||
"SystemAddress": {
|
||||
"type" : "integer",
|
||||
"type" : "integer"
|
||||
},
|
||||
"Name" : {
|
||||
"type" : "string",
|
||||
|
Loading…
x
Reference in New Issue
Block a user