Fix tab issue, add description

This commit is contained in:
robbyxp1 2022-01-27 13:09:50 +00:00
parent 42742ae9e6
commit e85e3d4b85

View File

@ -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": {