Minor Changes
- Added
no-mixed-number-range-constraintsrule for OpenAPI3.1+, as well as for AsyncAPI and Arazzo.
This rule warns when schemas use bothmaximumandexclusiveMaximumor bothminimumandexclusiveMinimumkeywords.
Patch Changes
- Fixed an issue where invalid discriminator mapping values could cause linting to fail.
- Resolved high severity audit vulnerabilities by updating dependency versions.
- Updated @redocly/openapi-core to v2.25.0.