mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
add cooldown to jumps
This commit is contained in:
parent
407fbf8524
commit
5c5a50799b
@ -2440,12 +2440,16 @@
|
||||
"nav": {
|
||||
"$ref": "../models/ShipNav.json"
|
||||
},
|
||||
"cooldown": {
|
||||
"$ref": "../models/Cooldown.json"
|
||||
},
|
||||
"transaction": {
|
||||
"$ref": "../models/MarketTransaction.json"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"nav",
|
||||
"cooldown",
|
||||
"transaction"
|
||||
],
|
||||
"type": "object"
|
||||
|
Loading…
Reference in New Issue
Block a user