mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-12 13:22:57 +03:00
Fix tab issue, add description
This commit is contained in:
parent
42742ae9e6
commit
e85e3d4b85
@ -53,6 +53,7 @@
|
|||||||
"StarSystem": {
|
"StarSystem": {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"minLength" : 1
|
"minLength" : 1
|
||||||
|
"description" : "Must be added by the sender"
|
||||||
},
|
},
|
||||||
"StarPos": {
|
"StarPos": {
|
||||||
"type" : "array",
|
"type" : "array",
|
||||||
@ -67,17 +68,17 @@
|
|||||||
"Name" : {
|
"Name" : {
|
||||||
"type" : "string",
|
"type" : "string",
|
||||||
"description" : "Name of settlement"
|
"description" : "Name of settlement"
|
||||||
},
|
},
|
||||||
"MarketID": {
|
"MarketID": {
|
||||||
"type" : "integer"
|
"type" : "integer"
|
||||||
},
|
},
|
||||||
"BodyID": {
|
"BodyID": {
|
||||||
"type" : "integer"
|
"type" : "integer"
|
||||||
},
|
},
|
||||||
"BodyName": {
|
"BodyName": {
|
||||||
"type" : "string"
|
"type" : "string"
|
||||||
},
|
},
|
||||||
"Latitude": {
|
"Latitude": {
|
||||||
"type" : "number"
|
"type" : "number"
|
||||||
},
|
},
|
||||||
"Longitude": {
|
"Longitude": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user