FasterXML / jackson-module-jsonSchema

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

Fix #117: Use LinkedHashSet to deserialize enums on ValueTypeSchema. #118

Closed tapina closed 8 years ago

tapina commented 8 years ago

This PR fixed issue #117 which I just raised.

cowtowncoder commented 8 years ago

(cherry-picked for 2.8.5)