api-docs/models/TradeGood.json
Space Admiral f64f87fa1d add refine endpoint
add refinery modules
add refining freighter ship
add enum for TradeSymbol
2022-12-20 21:40:46 -08:00

19 lines
272 B
JSON

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