-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use JSON Schema $Ref Parser instead of JsonRefs
JsonRefs isn't customizable enough to support all use cases concerning references resolving. This commits removes JsonRefs and adds JSON Schema $Ref Parser to the core library. JSON Schema $Ref Parser configuration is exposed via the 'init' action similar to Ajv. * Remove JsonRefs from all packages * Copy 'findRefs' method of JsonRefs as JSON Schema $Ref Parser does not provide a similar method * Adapt all testcases * Remove resources and resource-set from material-tree-renderer as they were unused
- Loading branch information
Showing
21 changed files
with
917 additions
and
366 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.