Skip to content

fix(repository-json-schema): fix circular "$ref" chains when using 'includeRelations'#11501

Open
KalleV wants to merge 1 commit intoloopbackio:masterfrom
KalleV:kallev/no-cascade-include-relations
Open

fix(repository-json-schema): fix circular "$ref" chains when using 'includeRelations'#11501
KalleV wants to merge 1 commit intoloopbackio:masterfrom
KalleV:kallev/no-cascade-include-relations

Conversation

@KalleV
Copy link
Copy Markdown
Contributor

@KalleV KalleV commented Mar 18, 2026

Fixes: #11502

Checklist

  • DCO (Developer Certificate of Origin) signed in all commits
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Documentation in /docs/site was updated
  • Affected artifact templates in packages/cli were updated
  • Affected example projects in examples/* were updated

👉 Check out how to submit a PR 👈

…elations'

Signed-off-by: KalleV <kvirtaneva@gmail.com>
Copy link
Copy Markdown
Member

@dhmlau dhmlau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@KalleV, thanks for the PR. The changes LGTM. I'll wait to see if there're more reviews. If not, I'll merge it when we do the release next month.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[@loopback/repository-json-schema] Using "includeRelations" can lead to circular $ref chains that break OAS renderers like Redocly

2 participants