Vladimír Gorej
Vladimír Gorej
Hi everybody, Yes, [v4.9.0](https://github.com/swagger-api/swagger-ui/releases/tag/v4.9.0) introduced true ESM build fragments for SwaggerUI. These new ESM build artifacts are expected to be used by bundlers and we primarily targetted webpack@5 and Create...
> The schema doesn't validate this properly. It only allows for a Path Item Object (with no Reference Object properties) OR a Reference Object. A Path Item Object with Reference...
> References in a Schema Object don't do any merging (not in any version of JSON Schema). Reference Object doesn't expressly specify a shallow merge, but I think the term...
@darrelmiller IMHO `3.1.1 - 1` and `3.1.1 - 3` contradict each other. If our aim is to remove `$ref` field field from `Path Item Object` in next breaking change release...
During the next week I should have some numbers from SwaggerHub as well.
As discussed and agreed on [TDC](https://github.com/OAI/OpenAPI-Specification/issues/2652), I've issued a 3 PRs that fix the ambiguity in progressive steps between 3.1.1 and 3.2.: - https://github.com/OAI/OpenAPI-Specification/pull/2655 - https://github.com/OAI/OpenAPI-Specification/pull/2656 - https://github.com/OAI/OpenAPI-Specification/pull/2657
Hello everybody, Given @silverwind answer, this seems like something that can be fixed quite easily. Is anybody interested in issuing a PR?
Hi everybody, Support for rendering AsyncAPI 2.x in SwaggerUI can be achieved by integrating plugins from [SwaggerEditor@next](https://github.com/swagger-api/swagger-editor/tree/next). Here is how to achieve that:  You can find more information here:...
> Can you take a look at this? Imo, this PR would mask over the cases where a circular reference still exists, but is this aligned with how swagger-client expects...
@kyle-apex can you please describe exact Steps Of Reproduction on [fixture](https://raw.githubusercontent.com/x-du/swagger-ui/CircularReferBug/dev-helpers/openapi.json) from #7052? I tried to reproduced on https://editor.swagger.io/ but haven't seen `Maximum call stack size exceeded`.