FasterXML / jackson-module-jsonSchema

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

Add support for @Pattern annotations in String schemas #69

Closed dsemke closed 9 years ago

dsemke commented 9 years ago

Updated the ValidationSchemaFactoryWrapper to support the @Pattern annotation in addition to the other JSR 303 annotations it already supported

cowtowncoder commented 9 years ago

Looks good to me, will be happy to merge.

Have I already asked for an CLA? (apologies, we are getting really nice flow of contributions so sometimes I forget). If not, before the first contribution we will the filled Contributor License Agreement (print, sign, scan, email to 'info' at fasterxml dot com), and I can merge this and following patches right in.

dsemke commented 9 years ago

CLA sent, sorry for the delay