api-docs/models/TradeGood.json
2022-12-24 14:30:13 -05:00

19 lines
262 B
JSON

{
"type": "object",
"properties": {
"symbol": {
"$ref": "./TradeSymbol.json"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": [
"symbol",
"name",
"description"
]
}