api-docs/models/Extraction.json
2022-12-07 22:41:45 -08:00

17 lines
249 B
JSON

{
"description": "",
"type": "object",
"properties": {
"shipSymbol": {
"type": "string",
"minLength": 1
},
"yield": {
"$ref": "./ExtractionYield.json"
}
},
"required": [
"shipSymbol",
"yield"
]
}