api-docs/models/SurveyDeposit.json

13 lines
265 B
JSON
Raw Permalink Normal View History

2022-10-22 18:05:01 +02:00
{
"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"
]
}