mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: add crew to shipyard ship listing
This commit is contained in:
parent
ba72f7853c
commit
2ffab3a14c
@ -34,6 +34,21 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"$ref": "./ShipMount.json"
|
"$ref": "./ShipMount.json"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"crew": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"required": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"capacity": {
|
||||||
|
"type": "integer"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"required": [
|
||||||
|
"required",
|
||||||
|
"capacity"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
@ -45,6 +60,7 @@
|
|||||||
"reactor",
|
"reactor",
|
||||||
"engine",
|
"engine",
|
||||||
"modules",
|
"modules",
|
||||||
"mounts"
|
"mounts",
|
||||||
|
"crew"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user