-
Notifications
You must be signed in to change notification settings - Fork 54
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
Handle circular refs in schema #56
Comments
I looked into this a bit. Sadly it appears the current strategy internally is to replace every I'm sure it's not impossible to fix, but it's a structural change, not a quick tweak. Contributions welcome! |
Hi.
Does simple refs are supported? |
@volodink That's off-topic here, but generally this documentation tool requires the |
Got it, thanks! |
I use a circular model for my JSON schema. So as an example JSON, something like this:
Here is JSON schema
This results in the following error:
The text was updated successfully, but these errors were encountered: