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" "$ref": "./WaypointSymbol.json"
}, },
"shipSymbol": { "shipSymbol": {
"type": "string",
"deprecated": true,
"description": "The symbol of the ship that was the subject of the transaction."
},
"shipType": {
"type": "string", "type": "string",
"description": "The symbol of the ship that was the subject of the transaction." "description": "The symbol of the ship that was the subject of the transaction."
}, },
@ -27,6 +32,7 @@
"required": [ "required": [
"waypointSymbol", "waypointSymbol",
"shipSymbol", "shipSymbol",
"shipType",
"price", "price",
"agentSymbol", "agentSymbol",
"timestamp" "timestamp"