{ "type": "object", "description": "A yield from the extraction operation.", "properties": { "symbol": { "$ref": "./TradeSymbol.json", "description": "Symbol of the good that was extracted." }, "units": { "type": "integer", "description": "The number of units extracted that were placed into the ship's cargo hold." } }, "required": [ "symbol", "units" ] }