Swagger Open Source Tools Questions 1,761 PostsSwagger Open Source Tools News & Announcements 8 Posts
Latest PostsHow to define both fixed and dynamic fields in request body (visible in Swagger/Mintlify UI)? I'm working on an OpenAPI 3.0 specification and I need to define a request body schema that includes: Two static fields: title (string) and description (string), both required Additional dynamic/c...Info object is ignored in swagger ui When I view the REST api of my spring boot application in swagger-ui, the info object (title, version and description) of my yaml definition is ignored and only default values ("OpenAPI definition", ...Maximum no of end-points in an API Hi, Are there any best practices or recommendations on the maximum number of endpoints in an API? Also, the size of the API becomes harder to maintain with each feature or endpoint. We need more ...No Fluff, Just Real Stuff - DevRel Newsletter - here! Hi everyone, The latest issue of No Fluff, Just Real Stuff, our DevRel newsletter, is here! In this edition, we’re talking about the launch of the SmartBear MCP server, share the latest release...How to adapt the custom generation to our standards? We generate our pojos from an API contract which works pretty well. However, there are a few things need to address on the generated pojos that end up requiring some editing on the generated files - ...The `<*>` symbol Hello Guys, I cannot find any documentation about the `<*>` symbol. I found some information through AI, but I want to know if that symbol is something standard in the Swagger environment. If so, I w...how to get yaml file from io.swagger.v3.oas.models.OpenAPI object? how to get yaml/json string from an existed io.swagger.v3.oas.models.OpenAPI object? default jackson Json serializer no work, generated file not parsable. Writing OpenAPI extensions using attributes in swagger-php — is this supported? I'm using swagger-php and documenting my API using PHP 8 attributes. I want to add custom extensions like x-tagGroups to my OpenAPI output. However, the documentation is unclear, and when I try to us...Controlling auth methods in Authorize Hello, I am doing some customization to openapi and so far failing at what I am trying to do. My goals are: Define two security schemas Show only one in Authorize dialog assign specific securit...Looking for a more modern, easier-to-customize SwaggerUI alternative? I’ve been working on some internal tools and SwaggerUI started feeling too limiting in terms of customization and integration. Any recommendations for modern Swagger replacements?