mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
deprecate: shipSymbol in favor of shipType
This commit is contained in:
parent
ccbbedd73f
commit
32aa98a060
@ -6,6 +6,11 @@
|
||||
"$ref": "./WaypointSymbol.json"
|
||||
},
|
||||
"shipSymbol": {
|
||||
"type": "string",
|
||||
"deprecated": true,
|
||||
"description": "The symbol of the ship that was the subject of the transaction."
|
||||
},
|
||||
"shipType": {
|
||||
"type": "string",
|
||||
"description": "The symbol of the ship that was the subject of the transaction."
|
||||
},
|
||||
@ -27,6 +32,7 @@
|
||||
"required": [
|
||||
"waypointSymbol",
|
||||
"shipSymbol",
|
||||
"shipType",
|
||||
"price",
|
||||
"agentSymbol",
|
||||
"timestamp"
|
||||
|
Loading…
Reference in New Issue
Block a user