You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I generate the schema html using js template and no other options.
When I generate the schema html, I don't see any information about the original anchor node that is referenced. Note for example, there is no way to see the "I am a leaf" const. Here is a screenshot of the fully expanded html doc:
Very interested in this fix as we are unable to visualize any more recent JSON schemas where this practice is quite common when dealing with large schemas that reuse definitions for simplification and extensibility.
Also interested in this. I've been subscribed to the bug for about a year. I've tried setting link_to_reused_ref=true, but still no success. Are there any alternative JSON schema documentation generators that can handle it, while still producing reasonably navigable output?
@arghness
atlassian-labs json-schema-viewer seemed like a solid contender, but didn't support const last time I checked: atlassian-labs/json-schema-viewer#38
That was also a dealbreaker, so I've given up for now.
Here is an example json schema with a circular ref:
I generate the schema html using js template and no other options.
When I generate the schema html, I don't see any information about the original anchor node that is referenced. Note for example, there is no way to see the "I am a leaf" const. Here is a screenshot of the fully expanded html doc:
The generated html
The text was updated successfully, but these errors were encountered: