Installation

Download the latest fat JAR from Maven Central:

curl -L -o yj-schema-validator.jar https://repo1.maven.org/maven2/org/alexmond/yj-schema-validator/1.0.3/yj-schema-validator-1.0.3.jar

Verify: java -jar yj-schema-validator.jar --help

Build from source (requires Maven and Java 17+):

git clone https://github.com/alexmond/yj-schema-validator.git
cd yj-schema-validator
mvn clean package
java -jar target/yj-schema-validator-1.0.3.jar --help