diff --git a/_data/validator-libraries.yml b/_data/validator-libraries.yml index 765f1608..104e38ed 100644 --- a/_data/validator-libraries.yml +++ b/_data/validator-libraries.yml @@ -199,6 +199,10 @@ url: https://github.com/ericgj/json-schema-valid draft: [4] license: MIT + - name: vue-vuelidate-jsonschema + url: https://github.com/mokkabonna/vue-vuelidate-jsonschema + draft: [6] + license: MIT - name: PHP implementations: - name: jsv4-php diff --git a/implementations.md b/implementations.md index 272c7a6d..2d3f100b 100644 --- a/implementations.md +++ b/implementations.md @@ -191,3 +191,5 @@ Other - [Schematic Ipsum](http://schematic-ipsum.herokuapp.com/) (MIT) - [JSON-Schema-Instantiator](https://github.com/tomarad/JSON-Schema-Instantiator) (MIT) - [JSON Schema Random](https://github.com/andreineculau/json-schema-random) (Apache 2.0) + - [json-schema-merge-allof](https://github.com/mokkabonna/json-schema-merge-allof) (MIT) + - [json-schema-compare](https://github.com/mokkabonna/json-schema-compare) (MIT)