Schema-Kenerator Jackson Swagger This project provides steps to support Jackson-annotations specific to Swagger-schema generation. dependencies { implementation "io.github.smiley4:schema-kenerator-jackson-swagger:<VERSION>" } Supported Jackson Annotations Step Description Relevant Steps @JsonPropertyDescription Adds description to annotated properties handleJacksonSwaggerAnnotations() Steps Step Description handleJacksonSwaggerAnnotations() Adds a description to properties according to the jackson @JsonPropertyDescription-annotation.