Recent Discussions
Recursive schemas and contributions to swagger-ui
Hello, I'm working on a project that uses a spec that is recursive, and due an old issue (from 2017 - see note 1), swagger-ui can't render it. It can easily reproduced (as in note 3) I would ...1.4KViews0likes2CommentsAvoid caching AnnotationIntrospector to support custom module loading. Issue: #4744
https://github.com/swagger-api/swagger-core/blob/24fca016b28d3f8363b29471312d3678a0f7a542/modules/swagger-core/src/main/java/io/swagger/v3/core/jackson/AbstractModelConverter.java#L46 Issue: Current...10Views0likes0Commentsopenapi.yaml valid in swagger editor, but won't show fields locally
I'm using jersey 3.0.3, io.swagger.core.v3 v 2.2.9, specifically the jakarta versions. I have an application that is running. When I navigate chrome to my browser, I'm able to download the openapi....Solved932Views0likes2CommentsHow to set Schemes default value to HTTPS
In the browser console I receive this when trying to identify my Swagger UI version: JSON.stringify(versions) '{"swaggerUI":{"version":"5.17.14","gitRevision":"g8aa52920","gitDirty":true,"buildTime...19Views0likes0Comments