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
- Updated @redocly/config to v0.44.2.
- Fixed an issue where invalid discriminator mapping values could cause linting to fail.