mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: add waypoint symbol to market transaction
This commit is contained in:
parent
d91b85a77a
commit
281aa49b34
@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"waypointSymbol": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "The symbol of the waypoint where the transaction took place."
|
||||||
|
},
|
||||||
"shipSymbol": {
|
"shipSymbol": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The symbol of the ship that made the transaction."
|
"description": "The symbol of the ship that made the transaction."
|
||||||
@ -39,11 +43,13 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"symbol",
|
"waypointSymbol",
|
||||||
|
"shipSymbol",
|
||||||
|
"tradeSymbol",
|
||||||
"type",
|
"type",
|
||||||
"units",
|
"units",
|
||||||
"pricePerUnit",
|
"pricePerUnit",
|
||||||
"shipSymbol",
|
"totalPrice",
|
||||||
"timestamp"
|
"timestamp"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user