api-docs/models/TradeGood.json

19 lines
272 B
JSON
Raw Normal View History

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