As a TODO comment notes:
// TODO: use a ParamValidator to check field value, etc!
Currently, JsonBodyValidator does not perform any type check, which means that handlers could break horribly if they don't do the validation themselves (which they shouldn't do!).