Recent Discussions
How 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...62Views0likes1Commenthow 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.48Views0likes0CommentsInfo 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", ...44Views0likes1CommentWriting 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...40Views0likes0CommentsHow 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 - ...59Views0likes1CommentLooking 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?35Views0likes0CommentsHow do I validate the key of a object type schema | v3.0.4
I have my api.yaml like this, I want to validate that the lenght of the key of this map shouldn't be empty. How do I do it with swagger itself. I tried the below, the code generated validates the va...45Views0likes0Comments