api-docs/models/ExtractionYield.json
2022-12-07 22:41:33 -08:00

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"
]
}