mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
ccbbedd73f
* Typo and descriptions * Remove $ref suiblings. * missed one when refactoring ShipNavRouteWaypointDeprecated to keep deprecated flag. * Agent.shipCount always seems to be returned. Why would this be optional?
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"description": "Extraction details.",
|
|
"type": "object",
|
|
"properties": {
|
|
"shipSymbol": {
|
|
"type": "string",
|
|
"minLength": 1,
|
|
"description": "Symbol of the ship that executed the extraction."
|
|
},
|
|
"yield": {
|
|
"$ref": "./ExtractionYield.json"
|
|
}
|
|
},
|
|
"required": [
|
|
"shipSymbol",
|
|
"yield"
|
|
]
|
|
} |