From 6a2f8633ddf21aef31ec32899f79b83c16a76c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Filip?= Date: Mon, 11 Apr 2016 23:09:06 +0200 Subject: [PATCH 1/2] Add justinrainbow/json-schema to Filtering and Validation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f36263..086e493 100644 --- a/README.md +++ b/README.md @@ -649,6 +649,7 @@ Libraries to help manage database schemas and migrations. * [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation. * [Valitron](https://github.com/vlucas/valitron) - Another validation library. * [Volan](https://github.com/serkin/Volan) - Another simplified validation library. +* [json-schema](https://github.com/justinrainbow/json-schema) - [json-schema](http://json-schema.org) validation. ## API *Libraries and web tools for developing APIs.* From 6e76e7575e851ab5cfe07037e32e059f537c2451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Filip?= Date: Tue, 12 Apr 2016 00:20:35 +0200 Subject: [PATCH 2/2] Push json-schema package up the list so that it complies to alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 086e493..f7c65d6 100644 --- a/README.md +++ b/README.md @@ -644,12 +644,12 @@ Libraries to help manage database schemas and migrations. * [DMS Filter](https://github.com/rdohms/DMS-Filter) - An annotation filtering library. * [Filterus](https://github.com/ircmaxell/filterus) - A simple PHP filtering library. * [ISO-codes](https://github.com/ronanguilloux/IsoCodes) - A library for validating various ISO and ZIP codes (IBAN, SWIFT/BIC, BBAN, VAT, SSN, UKNIN). +* [Json-schema](https://github.com/justinrainbow/json-schema) - [Json-schema](http://json-schema.org) validation. * [MetaYaml](https://github.com/romaricdrigon/MetaYaml) - A schema validation library that supports YAML, JSON and XML. * [Respect Validation](https://github.com/Respect/Validation) - A simple validation library. * [Upload](https://github.com/brandonsavage/Upload) - A library for handling file uploads and validation. * [Valitron](https://github.com/vlucas/valitron) - Another validation library. * [Volan](https://github.com/serkin/Volan) - Another simplified validation library. -* [json-schema](https://github.com/justinrainbow/json-schema) - [json-schema](http://json-schema.org) validation. ## API *Libraries and web tools for developing APIs.*