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": {
|
"nav": {
|
||||||
"$ref": "../models/ShipNav.json"
|
"$ref": "../models/ShipNav.json"
|
||||||
},
|
},
|
||||||
|
"cooldown": {
|
||||||
|
"$ref": "../models/Cooldown.json"
|
||||||
|
},
|
||||||
"transaction": {
|
"transaction": {
|
||||||
"$ref": "../models/MarketTransaction.json"
|
"$ref": "../models/MarketTransaction.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"nav",
|
"nav",
|
||||||
|
"cooldown",
|
||||||
"transaction"
|
"transaction"
|
||||||
],
|
],
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
Loading…
Reference in New Issue
Block a user