api-docs/models/TradeGood.json

19 lines
262 B
JSON
Raw Normal View History

2022-12-04 17:38:00 +01:00
{
"type": "object",
2022-12-24 20:30:13 +01:00
"properties": {
"symbol": {
"$ref": "./TradeSymbol.json"
},
"name": {
"type": "string"
},
"description": {
"type": "string"
2022-12-24 20:30:13 +01:00
}
},
"required": [
"symbol",
"name",
"description"
]
2022-12-04 17:38:00 +01:00
}