mbknor / mbknor-jackson-jsonSchema

Generate JSON Schema with Polymorphism using Jackson annotations
MIT License
234 stars 79 forks source link

Polymorphic `const` support rather than single item `enum` #149

Open richturner opened 3 years ago

richturner commented 3 years ago

Would be great to have a configuration option to output const values rather than single value enum for type property of sub types.