thephpleague / json-guard

Validation of json-schema.org compliant schemas.
http://json-guard.thephpleague.com/
MIT License
175 stars 26 forks source link

Move loader registration to a LoaderManager #91

Closed matt-allan closed 7 years ago

matt-allan commented 7 years ago

This allows reusing the same set of loaders for bundling schemas or inlining them. This is a breaking change.