mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
18 lines
461 B
JSON
18 lines
461 B
JSON
{
|
|
"type": "object",
|
|
"description": "The requirements for installation on a ship",
|
|
"properties": {
|
|
"power": {
|
|
"type": "integer",
|
|
"description": "The amount of power required from the reactor."
|
|
},
|
|
"crew": {
|
|
"type": "integer",
|
|
"description": "The number of crew required for operation."
|
|
},
|
|
"slots": {
|
|
"type": "integer",
|
|
"description": "The number of module slots required for installation."
|
|
}
|
|
}
|
|
} |