AJV Validation through custom renderer

Hi!

The props which are passed to the actually rendered component are determined via their binding. So if you would like to present some intermediate validation step then you can collect the errors in your binding and then hand them over to renderer.

See also this question where a similar use case was discussed.