mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 14:50:52 +01:00
22 lines
436 B
JSON
22 lines
436 B
JSON
{
|
|
"type": "object",
|
|
"description": "A good that can be traded for other goods or currency.",
|
|
"properties": {
|
|
"symbol": {
|
|
"$ref": "./TradeSymbol.json"
|
|
},
|
|
"name": {
|
|
"type": "string",
|
|
"description": "The name of the good."
|
|
},
|
|
"description": {
|
|
"type": "string",
|
|
"description": "The description of the good."
|
|
}
|
|
},
|
|
"required": [
|
|
"symbol",
|
|
"name",
|
|
"description"
|
|
]
|
|
} |