{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MinterResponse",
"description": "Deprecated: use Cw721QueryMsg::GetMinterOwnership instead! Shows who can mint these tokens.",
"type": "object",
"properties": {
"minter": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}