mbknor / mbknor-jackson-jsonSchema

Generate JSON Schema with Polymorphism using Jackson annotations
MIT License
232 stars 75 forks source link

Separate required from nullability #155

Open almson opened 2 years ago

almson commented 2 years ago

Validators like the Helm validator make a distinction between required and nullable properties. This makes sense.

This commit:

jandree-netflix commented 2 years ago

@mbknor can this get merged and a new version released with this change? It would be really valuable to have as way to override behavior of primitive properties.

almson commented 2 years ago

@jandree-netflix This is already implemented in my Java-based fork. If there's interest, then I'd love to maintain it.