Skip to content

Core support architecture for json-schema-validator and other processors

Notifications You must be signed in to change notification settings

akashiyu/json-schema-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read me first

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

What this is

This package contains the core architecture use by the json-schema-validator library.

For more details on this library, see this page. The roadmap for this library can be seen hee.

You can see sample usages of this library in a separate project.

Versions

The current stable verson is 1.0.1 (ChangeLog, Javadoc).

Maven artifact

Replace your-version-here with the appropriate version:

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

Versioning scheme policy

The versioning scheme is defined by the middle digit of the version number:

  • if this number is even, then this is the stable version; no new features will be added to such versions, and the user API will not change (save for some additions if requested).
  • if this number is odd, then this is the development version; new features will be added to those versions only, and the user API may change.

About

Core support architecture for json-schema-validator and other processors

Resources

Stars

Watchers

Forks

Packages

No packages published