mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
add cooldown to refinery
This commit is contained in:
parent
a1f95817b3
commit
7a5be6d3df
@ -1133,6 +1133,9 @@
|
|||||||
"cargo": {
|
"cargo": {
|
||||||
"$ref": "../models/ShipCargo.json"
|
"$ref": "../models/ShipCargo.json"
|
||||||
},
|
},
|
||||||
|
"cooldown": {
|
||||||
|
"$ref": "../models/Cooldown.json"
|
||||||
|
},
|
||||||
"produced": {
|
"produced": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"items": {
|
"items": {
|
||||||
@ -1165,6 +1168,7 @@
|
|||||||
"type": "object",
|
"type": "object",
|
||||||
"required": [
|
"required": [
|
||||||
"cargo",
|
"cargo",
|
||||||
|
"cooldown",
|
||||||
"produced",
|
"produced",
|
||||||
"consumed"
|
"consumed"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user