Oliwia Rogala
Oliwia Rogala
These plugins includes: - allOf meging - parameter macro - modelProperty macro Refs #3520
### Describe the bug you're encountering Semantic highlighting is buggy for responses, e.g. it does not work when the `default` response is the last response defined: When it is gone...
NOTE: this will also be affecting ApiDOM OpenAPI 3.0.x dereferencing. Another issues needs to be create for ApiDOM repo. ### Content & configuration Swagger/OpenAPI definition: ```yaml openapi: 3.1.0 components: schemas:...
Refs https://github.com/swagger-api/swagger-ui/issues/5327, https://github.com/swagger-api/swagger-ui/issues/9964, https://github.com/swagger-api/swagger-ui/issues/10089 Supersedes https://github.com/swagger-api/swagger-ui/pull/10216 Adds dark mode toggle to the top bar in standalone preset. If not using standalone preset, dark mode can also be enabled by adding...
Fixes an issue where resolved definitions would fail during parsing. The error was narrowed down to come from one of the custom Spectral validation functions in `@asyncapi/parser`. This issue was...
It looks like the few past releases (since November 2024) have not been published to npm. The latest version of [@asyncapi/parser](https://www.npmjs.com/package/@asyncapi/parser) is 3.4.0 and it was released in [October 2024](https://github.com/asyncapi/parser-js/releases/tag/%40asyncapi%2Fparser%403.4.0),...
This PR: - adds AsyncAPI 3 validation for keywords compatible with AsyncAPI 2 - adds `targetSpecs` to every validation rule to apply them to select AsyncAPI versions - adjusts names...