update: add agent to jump response

This commit is contained in:
SpaceAdmiral 2023-12-16 08:41:39 -08:00
parent 32aa98a060
commit 50561de053

View File

@ -2490,12 +2490,16 @@
},
"transaction": {
"$ref": "../models/MarketTransaction.json"
},
"agent": {
"$ref": "../models/Agent.json"
}
},
"required": [
"nav",
"cooldown",
"transaction"
"transaction",
"agent"
],
"type": "object"
}