Implementation of the Schema Object specification for Open API 3.
As a reminder, Schema Object is a subset of JSON schema draft #00 with additions.
Documentation is available here
Add the following to your pom.xml:
<dependency>
<groupId>org.openapi4j</groupId>
<artifactId>openapi-schema-validator</artifactId>
</dependency>