Skip to content

@redocly/openapi-core@2.25.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 10:46
af1ff60

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

  • Updated @redocly/config to v0.44.2.
  • Fixed an issue where invalid discriminator mapping values could cause linting to fail.