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