Closed Skater901 closed 1 month ago
Hmm actually this may be achievable by using the Jackson module of the schema-kenerator
and using the @JsonIgnore
annotation... if it is, I'll close this issue.
Ok now that I've delved more into these libraries, I understand that this is an issue with the available annotations in the schema-kenerator-core
library, which is a dependency of this library. I'll close this issue, and maybe raise one in the other project.
I have a few request objects that have extra properties that I don't want to be included in the generated documentation. However, there doesn't seem to be a way to hide them, equivalent to using the Swagger
@Hidden
annotation.Example: