Skip to content

Commit 20e2b91

Browse files
committed
fix: minor adjustment to shipyard transaction descriptions to clarify things
1 parent 5d7ea50 commit 20e2b91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/ShipyardTransaction.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"shipSymbol": {
99
"type": "string",
1010
"deprecated": true,
11-
"description": "The symbol of the ship that was the subject of the transaction."
11+
"description": "The symbol of the ship type (e.g. SHIP_MINING_DRONE) that was the subject of the transaction. Contrary to what the name implies, this is NOT the symbol of the ship that was purchased."
1212
},
1313
"shipType": {
1414
"type": "string",
15-
"description": "The symbol of the ship that was the subject of the transaction."
15+
"description": "The symbol of the ship type (e.g. SHIP_MINING_DRONE) that was the subject of the transaction."
1616
},
1717
"price": {
1818
"type": "integer",

0 commit comments

Comments
 (0)