Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #2831, circular dependency issue #2832

Merged
merged 2 commits into from Sep 9, 2022

Conversation

zmay2030
Copy link
Contributor

@zmay2030 zmay2030 commented Sep 8, 2022

No description provided.

@zmay2030
Copy link
Contributor Author

zmay2030 commented Sep 8, 2022

My approach was to track what schemas, based off of location, has already been compared. This makes it where we can complete the DIFF on a specs that have circular references as expected.

"A1": {
"type": "object",
"properties": {
"id": { "type": "integer" },`
Copy link
Member

Choose a reason for hiding this comment

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

That ` should not be there

@zmay2030
Copy link
Contributor Author

zmay2030 commented Sep 9, 2022

Gahh, my bad, removed!

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.

None yet

2 participants