update: add waypoint symbol to market transaction

This commit is contained in:
Space Admiral 2023-03-14 09:17:20 -07:00 committed by SpaceAdmiral
parent d91b85a77a
commit 281aa49b34

View File

@ -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"
]
}