update: add transaction to refuel response

This commit is contained in:
SpaceAdmiral 2023-05-19 18:31:25 -07:00
parent 0510b51296
commit 4ec2806046

View File

@ -2575,11 +2575,15 @@
}, },
"fuel": { "fuel": {
"$ref": "../models/ShipFuel.json" "$ref": "../models/ShipFuel.json"
},
"transaction": {
"$ref": "../models/MarketTransaction.json"
} }
}, },
"required": [ "required": [
"agent", "agent",
"fuel" "fuel",
"transaction"
], ],
"type": "object" "type": "object"
} }