Modifying Filter Messages in Reused Schemas
Let's say I have a schema like so:
And then somewhere else I want to use this schema but with a custom error message:
This is all good but is there a way to modify the error message for each of the filters? I don't want to do it in the definition of
And then somewhere else I want to use this schema but with a custom error message:
This is all good but is there a way to modify the error message for each of the filters? I don't want to do it in the definition of
Strong but rather where it is re-used. Not sure if it is possible?