You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
Added new rules for validating OpenAPI 3.2 description files: spec-no-invalid-tag-parents, spec-example-values, spec-discriminator-defaultMapping, and spec-no-invalid-encoding-combinations.
Deprecated the no-example-value-and-externalValue rule in favor of spec-example-values.
Patch Changes
Fixed an issue where the bundle command did not substitute self-references with local references.