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.
Any help is appreciated and thanks in advanced.