diff --git a/schemas/approachsettlement-v1.0.json b/schemas/approachsettlement-v1.0.json index 7f974a6..c5cfb2e 100644 --- a/schemas/approachsettlement-v1.0.json +++ b/schemas/approachsettlement-v1.0.json @@ -53,6 +53,7 @@ "StarSystem": { "type" : "string", "minLength" : 1 + "description" : "Must be added by the sender" }, "StarPos": { "type" : "array", @@ -67,17 +68,17 @@ "Name" : { "type" : "string", "description" : "Name of settlement" - }, + }, "MarketID": { "type" : "integer" }, - "BodyID": { + "BodyID": { "type" : "integer" }, "BodyName": { "type" : "string" }, - "Latitude": { + "Latitude": { "type" : "number" }, "Longitude": {