Recent DiscussionsMost RecentMost ViewedTagged:TagError 400 - Bad Request Good morning, I'm having an issue with an API with Swagger, that connects to an enterprise application, and it is used by a bot to post & get registers from said enterprise applications. The issue i...Polymorphism in Examples Hi, I have responses that are much the same, but with a value field that needs to be different. e.g. and object such as: ... schema type: object properties: requestId: type...Required: false? Hello, everyone! We are using Swashbuckle and ASP.NET Core. The question is, is it possible to make Swagger to generate explicit "Required: false" property for our optional query params? For some re...LDAP User sorted into correct Organization I manage an On-Prem SwaggerHub installation that handles a multi-tenant environment. We've synced our OpenLDAP server to SwaggerHub to ensure our users can have a single source for their login acros...Does swaggerhub support asyncapi version 3.0.0 Able to validate asyncapi: 3.0.0 (says valid) but then in the side visualizer not projected Standarization Custom Rules Hi! Is there an option to define regExp custom rule for validation a full representation of an array? It seems it is not really working. The only way is to define a pattern that is going to be match...Description alongside $refs Why does swagger specification discourage putting descriptions alongside the refs? If I have a simple type like a string I can describe the field. However if the type of the field is a ref to other o...Swagger hub XML response missing namespace and prefix We have defined an xml response schema like below Test1Response: type: object properties: Body: $ref: "#/components/schemas/Test1BodyResponse" xml: n...swagger.json is not populating I am hitting a wall getting swagger to generate the swagger.json with a basic contoller and index.php file api/generate_swagger.php api/public/index.php // main entry api/public/swagger/swagger....petstore.swagger.io API failed for some operations We encounter the following error when access swagger API. It mainly for operations under 'Pet" tag, for example POST /pet After request, we got 500 error with following response. "code": 500, ...Solved