refactor to trade symbol ref

This commit is contained in:
SpaceAdmiral 2023-10-31 16:31:35 -07:00
parent fafecae289
commit a738d9b032
2 changed files with 2 additions and 4 deletions

View File

@ -2,8 +2,7 @@
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "The symbol of the trade good."
"$ref": "./TradeSymbol.json"
},
"type": {
"type": "string",

View File

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