Skip to content
This repository was archived by the owner on Jul 9, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

OpenAPI Schema Object validator

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

Documentation is available here

Installation

Add the following to your pom.xml:

<dependency>
    <groupId>org.openapi4j</groupId>
    <artifactId>openapi-schema-validator</artifactId>
</dependency>

Release version Snapshot version

License

See main page