plugnplay icon indicating copy to clipboard operation
plugnplay copied to clipboard

Create a JSON Schema for the `plugnplay.yml` and validate against it

Open e0ipso opened this issue 7 years ago • 0 comments

Edit the PluginManager and remove the manual validation: return _.has(doc, 'id') && _.has(doc, 'loader') ? doc : null;

e0ipso avatar Oct 27 '17 14:10 e0ipso