Is there any PHP library that validates a JSON object against a JSON Schema?
I'm using Justin Rainbow's JSON Schema for PHP https://github.com/justinrainbow/json-schema and I'm quite happy about it.
It's a fork of http://jsonschemaphpv.sourceforge.net/
You can easily install it via Composer.