IBM / openapi-validator

Configurable and extensible validator/linter for OpenAPI documents
Apache License 2.0
481 stars 88 forks source link

fix(api-symmetry): handle nested reference schemas #639

Closed dpopp07 closed 10 months ago

dpopp07 commented 11 months ago

If reference schemas were nested in composed properties on the canonical schema, the code would not resolve them the way it would for non-nested reference schemas.

This moves the resolving code to the constraint checker, so that every schema and applicator sub-schema will be resolved if it is a reference.

ibm-devx-sdk commented 10 months ago

:tada: This PR is included in version 1.14.2 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

ibm-devx-sdk commented 10 months ago

:tada: This PR is included in version 1.14.2 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket:

ibm-devx-sdk commented 6 months ago

:tada: This PR is included in version 1.3.1 :tada:

The release is available on npm package (@latest dist-tag)

Your semantic-release bot :package::rocket: