Fix comma typo in ApproachSettlement JSON and fix readme

This commit is contained in:
robbyxp1 2022-01-28 13:47:01 +00:00
parent 3b7c002b51
commit 87a81aaa37
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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",