Minor Changes
- Added linting for the OpenAPI 3.2 Example Object
dataValuefield.
Patch Changes
-
Updated @redocly/config to v0.52.0.
-
Updated js-yaml from
4.2.0to5.2.1.
Fixed an issue where strings that look like numbers with underscores (for example'12_34') had quotation marks removed by thebundlecommand.
These strings stay quoted in the output.Note: YAML parsing is stricter: a multi-line flow collection whose closing bracket is not indented deeper than its parent key is now a parse error.
Parse errors are reported at the offending token instead of the end of the document. -
Fixed an issue where the
bundlecommand rewrote internal$refs pointing to other$refs.
The issue caused AsyncAPI 3 operationmessagesreferences to point tocomponentsinstead of channel messages.