mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30: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"
|
|
]
|
|
} |