yaml-json-validator-maven-plugin
yaml-json-validator-maven-plugin copied to clipboard
Support for remote schema from http
I have to validate some json with a schema that is provided from a http(s) url. And because this schema is subject to a lot of changes, I can't download it and add it to the src/main/resources folder.
I'm currently working on its implementation and I will create a pull request when it will be done.
Do you have any objection to this functionnality ? And any advice on what I should take in consideration ? Thank you.