I lot of json ref parser as below, support creating circular references. I can see the case for catching a: { $ref: '#/b' }, b: { $ref: '#/a' } }. But a: { b: { $ref: '#/a' } } should be supportable, shouldn't it? Javascript supports it.
https://github.com/BigstickCarpet/json-schema-ref-parser/blob/master/docs/README.md#circular-refs
I lot of json ref parser as below, support creating circular references. I can see the case for catching
a: { $ref: '#/b' }, b: { $ref: '#/a' } }. Buta: { b: { $ref: '#/a' } }should be supportable, shouldn't it? Javascript supports it.https://github.com/BigstickCarpet/json-schema-ref-parser/blob/master/docs/README.md#circular-refs