Skip to content

Support circular references #10

Description

@domarmstrong

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions