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

Recursively resolve definitions in remote schemas #733

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

submitteddenied
Copy link

This (partially) resolves #408 but may lead to issues where definitions in remote schemas clobber those with the same name in local (or earlier) schemas.

PS: Sorry about all the whitespace changes, add ?w=1 to the URL to get a cleaner diff :)

self.refs[url] = response;
self._getDefinitions(self.refs[url]);
Copy link
Author

Choose a reason for hiding this comment

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

For clarity in the summary, this is the only "real" code change

btsimonh pushed a commit to btsimonh/json-editor that referenced this pull request May 26, 2021
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.

Combined schema.json/#/definitions/foo not supported?
2 participants