diff --git a/schemas/approachsettlement-README.md b/schemas/approachsettlement-README.md index e4af2af..44d72ca 100644 --- a/schemas/approachsettlement-README.md +++ b/schemas/approachsettlement-README.md @@ -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 diff --git a/schemas/approachsettlement-v1.0.json b/schemas/approachsettlement-v1.0.json index c5cfb2e..6685f29 100644 --- a/schemas/approachsettlement-v1.0.json +++ b/schemas/approachsettlement-v1.0.json @@ -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",