api-docs/models/SurveyDeposit.json
2022-12-07 22:41:33 -08:00

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"
]
}