mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-15 06:40:51 +01:00
13 lines
265 B
JSON
13 lines
265 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"description": "A surveyed deposit of a mineral or resource available for extraction.",
|
||
|
"properties": {
|
||
|
"symbol": {
|
||
|
"type": "string",
|
||
|
"description": "The symbol of the deposit."
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"symbol"
|
||
|
]
|
||
|
}
|