mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
17 lines
304 B
JSON
17 lines
304 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"symbol": {
|
||
|
"type": "string",
|
||
|
"minLength": 1
|
||
|
},
|
||
|
"units": {
|
||
|
"type": "integer",
|
||
|
"description": "The number of units extracted that were placed into the ship's cargo hold."
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"symbol",
|
||
|
"units"
|
||
|
]
|
||
|
}
|