Swagger Open Source Tools Questions 1,702 PostsSwagger Open Source Tools News & Announcements 5 Posts
Latest PostsRecursive 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 ...Avoid 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...openapi.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....SolvedDoes OpenAPI 3 allow multiple GET operations starting with same name? Hello, I am trying to add the following 2 GET operations and I would like to know if they are allowed in OpenAPI 3. These are 2 GET operations that I am trying to add. Is this allowed or is there ...Defining two api spec under one function Hi all, I am looking whether it is possible to have different api spec but i have use route decorator for two api o same function Explaination: I have two apis /user and /user/{id} both are get re...Resolver error in component schema Hi, I'm new to swagger and trying to write a JSON but get a few errors. Here is the first few. The component schema is already defined, so why do I get these errors? Resolver error at paths./get/ac...Implement swagger 3 in Springboot 2.7 application Hi All, I want to implement swagger 3 in my application which is a multi module project currently running with springboot version 2.7 and jdk Zulu 11. I have tried many different steps as mentione...No Fluff Just Real Stuff - Issue #2 from the DevRel Team at SmartBear Hey there! Hot off the press, we bring you Issue #2 of the SmartBear DevRel Newsletter No Fluff, Just Real Stuff. In this issue we cover some exciting updates to SwaggerHub with the introduct...How 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...Links Hello, I wonder why the Links are created at the Provider Endpoint instead of the Consumer Endpoint. For example if lets say endpoint "getDept" is invoked by "postEmployee", it appears that the...