From 467e3325719800c4dc733a6820b80ae442b24127 Mon Sep 17 00:00:00 2001 From: Martin Hansen Date: Tue, 6 Feb 2018 23:27:54 +0100 Subject: [PATCH 1/2] Add validations library for vue. Add 2 utility libraries --- _data/validator-libraries.yml | 4 ++++ implementations.md | 2 ++ 2 files changed, 6 insertions(+) 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..afe63f35 100644 --- a/implementations.md +++ b/implementations.md @@ -186,6 +186,8 @@ Other ----- - JavaScript + - [json-schema-merge-allof](https://github.com/mokkabonna/json-schema-merge-allof) (MIT) + - [json-schema-compare](https://github.com/mokkabonna/json-schema-compare) (MIT) - [Orderly](http://orderly-json.org) (BSD) - [Dojo](http://www.dojotoolkit.org/) (AFL or BSD) - supports some aspects of JSON Schema - [Schematic Ipsum](http://schematic-ipsum.herokuapp.com/) (MIT) From f8e938f724b9c5ecd1884cb1abde3733f5859a2f Mon Sep 17 00:00:00 2001 From: Martin Hansen Date: Tue, 6 Feb 2018 23:29:45 +0100 Subject: [PATCH 2/2] Moved added to bottom --- implementations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/implementations.md b/implementations.md index afe63f35..2d3f100b 100644 --- a/implementations.md +++ b/implementations.md @@ -186,10 +186,10 @@ Other ----- - JavaScript - - [json-schema-merge-allof](https://github.com/mokkabonna/json-schema-merge-allof) (MIT) - - [json-schema-compare](https://github.com/mokkabonna/json-schema-compare) (MIT) - [Orderly](http://orderly-json.org) (BSD) - [Dojo](http://www.dojotoolkit.org/) (AFL or BSD) - supports some aspects of JSON Schema - [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)