Jakub Milkiewicz
Jakub Milkiewicz
I am using swagger.core.v3 in version 2.0.2 to generate openAPI 3.0 definition files and I am having trouble to disable "security" for a particular endpoint. I have global securitySchemes and...
This is an implementation fixing the problem described in https://github.com/joelittlejohn/jsonschema2pojo/issues/1127
I found a bug when generating JSR 305 annotations. It happens that a field can be annotated by @Nullable and @Nonnull at the same time... Here is a sample scheme:...
Hi I am just looking into list of available features of swaggerize-express and do not understand ( or simply can not find implementation bits of) API schema validation and Input...
Looking through the code of lighter i find that there is a check for "zombie". I imagine it is done to cover the case in which session is somehow killed/terminated...