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", "type": "object",
"properties": { "properties": {
"symbol": { "symbol": {
"type": "string", "$ref": "./TradeSymbol.json"
"description": "The symbol of the trade good."
}, },
"type": { "type": {
"type": "string", "type": "string",

View File

@ -3,8 +3,7 @@
"description": "The type of cargo item and the number of units.", "description": "The type of cargo item and the number of units.",
"properties": { "properties": {
"symbol": { "symbol": {
"type": "string", "$ref": "./TradeSymbol.json"
"description": "The unique identifier of the cargo item type."
}, },
"name": { "name": {
"type": "string", "type": "string",