mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
add description, fix symbols
This commit is contained in:
parent
eac54a6f69
commit
9995cb9dcf
@ -31,6 +31,7 @@
|
||||
"required": [
|
||||
"symbol",
|
||||
"name",
|
||||
"description",
|
||||
"speed",
|
||||
"requirements"
|
||||
]
|
||||
|
@ -49,6 +49,7 @@
|
||||
"required": [
|
||||
"symbol",
|
||||
"name",
|
||||
"description",
|
||||
"moduleSlots",
|
||||
"mountingPoints",
|
||||
"fuelCapacity",
|
||||
|
@ -2,6 +2,10 @@
|
||||
"type": "object",
|
||||
"description": "The navigation information of the ship.",
|
||||
"properties": {
|
||||
"systemSymbol": {
|
||||
"type": "string",
|
||||
"description": "The system symbol of the ship's current location."
|
||||
},
|
||||
"waypointSymbol": {
|
||||
"type": "string",
|
||||
"description": "The waypoint symbol of the ship's current location, or if the ship is in-transit, the waypoint symbol of the ship's destination."
|
||||
@ -17,6 +21,7 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"systemSymbol",
|
||||
"waypointSymbol",
|
||||
"route",
|
||||
"status",
|
||||
|
@ -32,6 +32,7 @@
|
||||
"required": [
|
||||
"symbol",
|
||||
"name",
|
||||
"description",
|
||||
"powerOutput",
|
||||
"requirements"
|
||||
]
|
||||
|
@ -62,9 +62,7 @@
|
||||
"BARREN",
|
||||
"TEMPERATE",
|
||||
"JUNGLE",
|
||||
"OCEAN",
|
||||
"MARKETPLACE",
|
||||
"SHIPYARD"
|
||||
"OCEAN"
|
||||
]
|
||||
},
|
||||
"name": {
|
||||
|
Loading…
Reference in New Issue
Block a user