Declares an HTTP JSON body validator for a route and whether it is required.
Optional
A validator instance. If undefined, only isRequired will be set.
isRequired
Whether a JSON body must be present. Defaults to undefined.
Declares an HTTP JSON body validator for a route and whether it is required.