deprecate: shipSymbol in favor of shipType

This commit is contained in:
SpaceAdmiral 2023-12-07 08:23:52 -08:00
parent ccbbedd73f
commit 32aa98a060

View File

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