plugnplay
plugnplay copied to clipboard
Create a JSON Schema for the `plugnplay.yml` and validate against it
Edit the PluginManager and remove the manual validation: return _.has(doc, 'id') && _.has(doc, 'loader') ? doc : null;