/json-schema-processor-examples

Example JSON Schema related processors based on json-schema-core

Primary LanguageJavaOtherNOASSERTION

Read me first

The license of this project is LGPLv3 or later. See file src/main/resources/LICENSE for the full text.

Version

The current version is 0.8.

What this is

This package contains sample demonstration processors based on json-schema-core.

List of processors

See the wiki for the list of processors, what software is used by each of them, etc.

Please note that at this moment, while all are functional, they are pretty basic.

Also note that as the time goes, some processors written in this package migrate to other, dedicated packages.

Maven artifact

Replace your-version-here with the appropriate version:

<dependency>
    <groupId>com.github.fge</groupId>
    <artifactId>json-schema-processor-examples</artifactId>
    <version>your-version-here</version>
</dependency>