Composing schemas with custom validation messages based on specific conditions can be a bit trick...
Hello team . I want to reuse my ReceiverSchema by composing it with Schema1 and Schem2 like a filed of struct. But i want to have different messages for Schema1 and Schem2 for each filter(startsWith, length). I added identifier ('1', '2') .
I plan to cach these identifiers like
Could you help me to find a good solution please?
I plan to cach these identifiers like
Could you help me to find a good solution please?
