mbknor / mbknor-jackson-jsonSchema

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

Any way to ignore @Deprecated fields when generating schema? #150

Open ctzen opened 3 years ago

ctzen commented 3 years ago

Hi,

Can generateJsonSchema(class) be configured to ignore fields annotated as @Deprecated?

The use case is @Deprecated fields are not removed for backward compatibility but we do not want them to show up in the JSON schema.