FasterXML / jackson-module-jsonSchema

Module for generating JSON Schema (v3) definitions from POJOs
371 stars 135 forks source link

Support exporting Hibernate Validators info #134

Open jacek99 opened 5 years ago

jacek99 commented 5 years ago

Most Java POJOs these days use Hibernate Validators to annotate fields: NotNull, NotEmpty, Size, Min, Max, regex pattern, etc.

That is badly missing information in the exported JSON schema, which makes contract definition via JSON incomplete.

Since Validators are pretty much a part of the standard Java stack by now, would be great if this module could read all the validators and export info about them for every field.

hurelhuyag commented 1 year ago

I'm looking forward to this. At least @NotNull and @NotEmpty are important.

cowtowncoder commented 1 year ago

This module is deprecated so it is unlikely anything like this will be implemented at this point. It would probably make sense to suggest this idea to maintainers of actively developed JSON Schema generators (many of which use Jackson internally).