Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Add validations library for vue. Add 2 utility libraries #189

Merged
merged 2 commits into from
Feb 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions _data/validator-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)