Hi, thank you for the reply. It is useful.
However, if following the sample you had given, all my int property type will have the same validation. If I want to just make the validation on particular field?
For example, I have two int type which are age and year. For age, I want to set it min 2 and max 8, but year is min 1920, max 2000. something like that.