I have generated a JSONIX schema from an xsd
now I want to validate a JSON against it using a java program
I don't have any pointers so far for how to do it in java because the only validator jsonix points is AJV and it is not java but node/js based.
can someone point me to a java based schema validator for jsonix schema?