mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
17 lines
249 B
JSON
17 lines
249 B
JSON
|
{
|
||
|
"description": "",
|
||
|
"type": "object",
|
||
|
"properties": {
|
||
|
"shipSymbol": {
|
||
|
"type": "string",
|
||
|
"minLength": 1
|
||
|
},
|
||
|
"yield": {
|
||
|
"$ref": "./ExtractionYield.json"
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"shipSymbol",
|
||
|
"yield"
|
||
|
]
|
||
|
}
|