Oliwia Rogala

Results 17 issues of Oliwia Rogala

These plugins includes: - allOf meging - parameter macro - modelProperty macro Refs #3520

type: regression
version: 3.x

### 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...

bug
OpenAPI 3.1
OpenApi 3.0
OpenApi 2.0

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:...

type: bug
version: 3.x
cat: resolver

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...

type: enhancement
cat: style & presentation

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...

bug

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...

enhancement
AsyncAPI 3.x