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
Hi, thanks for this great work. I found that there is a new major version released to support $ref. However, where can I find the usage example about it?
Now I have json schema files, which some of them contains circular $ref. Namely, schema-A.json has a $ref to schema-B.json, schema-B.json has a $ref to schema-A.json.