I want to use java json schema validator to validate json
How to define json schema to prevent the repeat of firstName property ? {"firstname":"user01", "firstname":"user01", "lastname":"usertest"}
Which java framework support the repeat occurrence validation?
thank you.