{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "InitMsg", "type": "object", "required": [ "count" ], "properties": { "count": { "type": "integer", "format": "int32" } } }