yaml-json-validator-maven-plugin icon indicating copy to clipboard operation
yaml-json-validator-maven-plugin copied to clipboard

Support for remote schema from http

Open dapicard opened this issue 3 years ago • 0 comments

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.

dapicard avatar Dec 16 '21 13:12 dapicard