mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
18 lines
284 B
JSON
18 lines
284 B
JSON
{
|
|
"type": "object",
|
|
"description": "The requirements for installation on a ship",
|
|
"properties": {
|
|
"power": {
|
|
"type": "integer",
|
|
"minimum": 0
|
|
},
|
|
"crew": {
|
|
"type": "integer",
|
|
"minimum": 0
|
|
}
|
|
},
|
|
"required": [
|
|
"power",
|
|
"crew"
|
|
]
|
|
} |