2022-09-18 17:49:41 +02:00
|
|
|
{
|
|
|
|
"type": "object",
|
|
|
|
"description": "The requirements for installation on a ship",
|
|
|
|
"properties": {
|
|
|
|
"power": {
|
|
|
|
"type": "integer",
|
2022-09-19 19:22:16 +02:00
|
|
|
"description": "The amount of power required from the reactor."
|
2022-09-18 17:49:41 +02:00
|
|
|
},
|
|
|
|
"crew": {
|
|
|
|
"type": "integer",
|
2022-09-19 19:22:16 +02:00
|
|
|
"description": "The number of crew required for operation."
|
|
|
|
},
|
|
|
|
"slots": {
|
|
|
|
"type": "integer",
|
|
|
|
"description": "The number of module slots required for installation."
|
2022-09-18 17:49:41 +02:00
|
|
|
}
|
2022-10-22 18:05:01 +02:00
|
|
|
},
|
|
|
|
"required": [
|
|
|
|
"power",
|
|
|
|
"crew",
|
|
|
|
"slots"
|
|
|
|
]
|
2022-09-18 17:49:41 +02:00
|
|
|
}
|