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",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"symbol": {
|
"symbol": {
|
||||||
"type": "string",
|
"$ref": "./TradeSymbol.json"
|
||||||
"description": "The symbol of the trade good."
|
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user