Skip to content

@redocly/openapi-core@2.25.3

Choose a tag to compare

@github-actions github-actions released this 30 Mar 12:56
· 135 commits to main since this release
16bdae2

Patch Changes

  • Fixed multiple issues in the spec-discriminator-defaultMapping rule that could cause crashes or incorrect validation results.
    The rule now correctly resolves existing schema names, traverses composite schemas (allOf, anyOf, oneOf) to find required properties, treats defaultMapping values as $refs to schemas, resolves $refs correctly across files, and handles cyclic schema dependencies.