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"
|
"$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"
|
||||||
|
Loading…
Reference in New Issue
Block a user