Morten Kjetland
Morten Kjetland
I'm currently writing a new jsonSchema-generator using Jackson (https://github.com/mbknor/mbknor-jackson-jsonSchema). It writes v4 schemas and supports Polymorphism used like this: ``` java @JsonTypeInfo( use = JsonTypeInfo.Id.NAME, include = JsonTypeInfo.As.PROPERTY, property =...
@cowtowncoder FYI: Version 1.0.0 of https://github.com/mbknor/mbknor-jackson-jsonSchema is now released to Maven Central.
I fixed some bugs yesterday and my test app deployed nicely to glassfish 3.1.1 with play 1.2.4. Can you test on your end so we maybe can close this ticket?