{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "InstantiateMsg",
"type": "object",
"required": [
"minter"
],
"properties": {
"minter": {
"description": "The minter is the only one who can create new tokens. This is designed for a base token platform that is controlled by an external program or contract.",
"type": "string"
}
}
}