Schema bundle accepted by setRequestHandler's 3-arg form.
setRequestHandler
params is required and validates the inbound request.params. result is optional; when supplied it types the handler's return value (no runtime validation is performed on the result).
params
request.params
result
Optional
Schema bundle accepted by
setRequestHandler's 3-arg form.paramsis required and validates the inboundrequest.params.resultis optional; when supplied it types the handler's return value (no runtime validation is performed on the result).