I’m trying to use dry-validation with an API where I return codes like blank, inclusion, invalid and I wonder if I can achieve the same with dry-validation.
In rules I can also add additional context, for example the input which can be useful for debugging. It would be great if schema and rules would work the same here.
I might try to use an own backend as a (temporarily) solution.