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
49e925eee8
@ -1,6 +1,10 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"waypointSymbol": {
|
||||
"type": "string",
|
||||
"description": "The symbol of the waypoint where the transaction took place."
|
||||
},
|
||||
"shipSymbol": {
|
||||
"type": "string",
|
||||
"description": "The symbol of the ship that made the transaction."
|
||||
@ -39,11 +43,13 @@
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"symbol",
|
||||
"waypointSymbol",
|
||||
"shipSymbol",
|
||||
"tradeSymbol",
|
||||
"type",
|
||||
"units",
|
||||
"pricePerUnit",
|
||||
"shipSymbol",
|
||||
"totalPrice",
|
||||
"timestamp"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user