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 no-mixed-number-range-constraints rule for OpenAPI 3.1+, as well as for AsyncAPI and Arazzo.
This rule warns when schemas use both maximum and exclusiveMaximum or both minimum and exclusiveMinimum keywords.
Patch Changes
Fixed an issue where invalid discriminator mapping values could cause linting to fail.
Resolved high severity audit vulnerabilities by updating dependency versions.