Recent Discussions
Customize Swagger like spotify web console
Hello everyone , how can i achieve such UI with swagger in a react application. Thanks in advance . example link : https://developer.spotify.com/console/albums/860Views0likes3CommentsLooking 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?9Views0likes0CommentsHow 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...26Views0likes0CommentsUse anyOf/oneOf with codegen?
Suppose I have a schema: params: is one of Message|Image|Audio _type: the type to expect in params I (currently) have the schema... ... "components": { "schemas: { "Interaction": { ...35Views0likes0CommentsHow to add AWS authentication to my OPEN API SPEC
I am documenting an existing API with OpenAPI. The API uses AWS authentication. I have been testing the API using postman, where I add Aws access key and Signature in the Auth section of Postman. Bu...2.7KViews0likes2CommentsHow to customize the swagger-editor to include other definitions besides the PetStore
Hello all, I'm trying to customize some of the defaults of Swagger-editor (https://swagger.io/tools/swagger-editor/) and I wonder if you can help. What I have and found so far Basically I do have ...51Views0likes0CommentsJSON to HTML Conversion error
Hi, I upload a JSON file the the Swagger editor and user Generate client to generate an HTML or HTML2 zip file. The zip file cannot be opened. The issue did not occur 3 months ago. I then used the J...99Views1like2Comments