@Jan Range not sure if this would help but I found this: "It turns out with microprofile.openapi @Schema(hidden = true) only works at the class level so everything is hidden. If you want to hide just certain paths then use hidden = true in the @Operation per endpoint." let me know if this makes any sense
At least this can help you if you want to generate a document without some parts of the documentation but seems that you can hide endpoints or classes, not sure about properties
Last updated: Nov 01 2025 at 14:11 UTC