mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
refactor to trade symbol ref
This commit is contained in:
parent
fafecae289
commit
a738d9b032
@ -2,8 +2,7 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"symbol": {
|
||||
"type": "string",
|
||||
"description": "The symbol of the trade good."
|
||||
"$ref": "./TradeSymbol.json"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
|
@ -3,8 +3,7 @@
|
||||
"description": "The type of cargo item and the number of units.",
|
||||
"properties": {
|
||||
"symbol": {
|
||||
"type": "string",
|
||||
"description": "The unique identifier of the cargo item type."
|
||||
"$ref": "./TradeSymbol.json"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
|
Loading…
Reference in New Issue
Block a user