mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
update: add agent to jump response
This commit is contained in:
parent
32aa98a060
commit
50561de053
@ -2490,12 +2490,16 @@
|
|||||||
},
|
},
|
||||||
"transaction": {
|
"transaction": {
|
||||||
"$ref": "../models/MarketTransaction.json"
|
"$ref": "../models/MarketTransaction.json"
|
||||||
|
},
|
||||||
|
"agent": {
|
||||||
|
"$ref": "../models/Agent.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"nav",
|
"nav",
|
||||||
"cooldown",
|
"cooldown",
|
||||||
"transaction"
|
"transaction",
|
||||||
|
"agent"
|
||||||
],
|
],
|
||||||
"type": "object"
|
"type": "object"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user