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": [
|
"required": [
|
||||||
"symbol",
|
"symbol",
|
||||||
"name",
|
"name",
|
||||||
|
"description",
|
||||||
"speed",
|
"speed",
|
||||||
"requirements"
|
"requirements"
|
||||||
]
|
]
|
||||||
|
@ -49,6 +49,7 @@
|
|||||||
"required": [
|
"required": [
|
||||||
"symbol",
|
"symbol",
|
||||||
"name",
|
"name",
|
||||||
|
"description",
|
||||||
"moduleSlots",
|
"moduleSlots",
|
||||||
"mountingPoints",
|
"mountingPoints",
|
||||||
"fuelCapacity",
|
"fuelCapacity",
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "The navigation information of the ship.",
|
"description": "The navigation information of the ship.",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"systemSymbol": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The system symbol of the ship's current location."
|
||||||
|
},
|
||||||
"waypointSymbol": {
|
"waypointSymbol": {
|
||||||
"type": "string",
|
"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."
|
"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": [
|
"required": [
|
||||||
|
"systemSymbol",
|
||||||
"waypointSymbol",
|
"waypointSymbol",
|
||||||
"route",
|
"route",
|
||||||
"status",
|
"status",
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
"required": [
|
"required": [
|
||||||
"symbol",
|
"symbol",
|
||||||
"name",
|
"name",
|
||||||
|
"description",
|
||||||
"powerOutput",
|
"powerOutput",
|
||||||
"requirements"
|
"requirements"
|
||||||
]
|
]
|
||||||
|
@ -62,9 +62,7 @@
|
|||||||
"BARREN",
|
"BARREN",
|
||||||
"TEMPERATE",
|
"TEMPERATE",
|
||||||
"JUNGLE",
|
"JUNGLE",
|
||||||
"OCEAN",
|
"OCEAN"
|
||||||
"MARKETPLACE",
|
|
||||||
"SHIPYARD"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
|
Loading…
Reference in New Issue
Block a user