{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Cw721MigrateMsg",
"oneOf": [
{
"type": "object",
"required": [
"with_update"
],
"properties": {
"with_update": {
"type": "object",
"properties": {
"creator": {
"type": [
"string",
"null"
]
},
"minter": {
"type": [
"string",
"null"
]
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
]
}