mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
f64f87fa1d
add refinery modules add refining freighter ship add enum for TradeSymbol
19 lines
272 B
JSON
19 lines
272 B
JSON
{
|
|
"type": "object",
|
|
"attributes": {
|
|
"symbol": {
|
|
"$ref": "./TradeSymbol.json"
|
|
},
|
|
"name": {
|
|
"type": "string"
|
|
},
|
|
"description": {
|
|
"type": "string"
|
|
},
|
|
"required": [
|
|
"symbol",
|
|
"name",
|
|
"description"
|
|
]
|
|
}
|
|
} |