Installation
This library is not tied to any JSON/YAML implementation, and you will need to include at least one of the supported JSON/YAML libraries.
<dependency>
<groupId>dev.harrel</groupId>
<artifactId>json-schema</artifactId>
<version>1.8.2</version>
</dependency>
implementation 'dev.harrel:json-schema:1.8.2'
Format validation (optional)
If you want to use format validation, you will need to include one additional dependency:
<dependency>
<groupId>com.sanctionco.jmail</groupId>
<artifactId>jmail</artifactId>
<version>2.0.2</version>
</dependency>
implementation 'com.sanctionco.jmail:jmail:2.0.2'
04 August 2025