netceteragroup/valdr

Support interpolation of constraint parameters in messages

Opened this issue · 0 comments

It appears that valdr currently does not interpolate messages based on constraint parameters. I.e. for parameterized constraints one needs to encode the parameters in the message again ("must be between 2 and 10" as opposed to "must be between {min} and {max}"). Having support for message interpolation as defined by BV would be a great addition.