FasterXML / jackson-module-jsonSchema

Module for generating JSON Schema (v3) definitions from POJOs
368 stars 136 forks source link

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

Closed tapina closed 7 years ago

tapina commented 7 years ago

This PR fixed issue #117 which I just raised.

cowtowncoder commented 7 years ago

(cherry-picked for 2.8.5)