We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Take this scenario
file1.yaml
field: $ref: './file2.yaml#/components/schemas/Something'
file2.yaml
AnotherThing: $ref: './file1.yaml#/components/schemas/SomethingElse'
Currently apisprout will spike in memory usage or crash in such a scenario, even though references are resolvable.