caraml-dev/merlin

Investigate validation is not working as expected in config struct

Opened this issue · 0 comments

Expected Behavior

Any validate struct tag should be respected and validated. But only the parent struct got validated.

Current Behavior

The validate struct tag in a child struct of the config struct is ignored.