{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "InstantiateMsg", "type": "object", "required": [ "should_error" ], "properties": { "should_error": { "type": "boolean" } } }