Hey I just started working on this feature and want to know you thoughts:
- component editor has a list of validators
- for each component instance we can add and remove validators
- conditional validation => require "field a" if "field b" >= 10 ... etc
- new validators can be registered via "addValidators" api.
- and much more ideas