api-docs/models/Extraction.json

17 lines
249 B
JSON
Raw Normal View History

2022-10-22 18:05:01 +02:00
{
"description": "",
"type": "object",
"properties": {
"shipSymbol": {
"type": "string",
"minLength": 1
},
"yield": {
"$ref": "./ExtractionYield.json"
}
},
"required": [
"shipSymbol",
"yield"
]
}