Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(loader): guard against endless wrapping
The schema loader would wrap objects that have already been wrapped again. This was especially an issue with recursive references, where it could lead to endless loops. fixes #194
- Loading branch information