{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MigrateMsg", "type": "object", "properties": { "unsafe_skip_state_updates": { "type": [ "boolean", "null" ] }, "vesting_contract_address": { "type": [ "string", "null" ] } }, "additionalProperties": false }