config icon indicating copy to clipboard operation
config copied to clipboard

Allow validation of json against a json schema file

Open susannemoog opened this issue 8 years ago • 2 comments

Hey and thanks for the library,

a nice addition could be to allow validation of the config against a defined schema file (for example via https://github.com/justinrainbow/json-schema).

Would you be interested in a pull request in that area?

Susi

susannemoog avatar Nov 17 '17 18:11 susannemoog

Hi @psychomieze! Sorry for the late reply. Yes, a PR in this sense would be cool! 😄 But be sure to do it for the develop branch.

DavidePastore avatar Feb 10 '18 18:02 DavidePastore

My only worry with this is that it would require another dependency, and I'm not sure if it's something most users want (I could be completely wrong though).

Could we do it in such a way that it's an optional dependency for those who need it?

hassankhan avatar Feb 14 '18 18:02 hassankhan