JSON Hyper Schema validator for java, based on the org.json API and everit-org/json-schema.
- JAX-RS example
- Spring MVC example
everit-org/json-schema only supports JSON Schema, not Hyper-Schema. So I created the validator library which:
- Recognize JSON Hyper-Schema
- Support JAX-RS
- Support Spring
- Java SE 8
- Support JAX-RS 2.0 (Java EE 7) or later (if you want JAX-RS support)
- Support Spring MVC 4.2.0.RELEASE or later (if you want Spring MVC support)