https://github.com/vndly/json-schema
A Java library to generate JSON Schemas.
https://github.com/vndly/json-schema
java java-library json json-schema
Last synced: 5 months ago
JSON representation
A Java library to generate JSON Schemas.
- Host: GitHub
- URL: https://github.com/vndly/json-schema
- Owner: vndly
- License: mit
- Created: 2017-05-16T22:02:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T19:46:02.000Z (about 7 years ago)
- Last Synced: 2026-01-11T20:00:18.664Z (5 months ago)
- Topics: java, java-library, json, json-schema
- Language: Java
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/mauriciotogneri/json-schema/blob/master/LICENSE.md)
[](https://bintray.com/mauriciotogneri/maven/jsonschema/_latestVersion)
# JSON Schema
A Java library to generate JSON Schemas.
## Installation
Add the following code to your **pom.xml**:
```xml
jcenter
https://jcenter.bintray.com
```
and the dependency:
```xml
com.mauriciotogneri
jsonschema
1.0.0
```
or if you use Gradle:
```groovy
dependencies
{
compile 'com.mauriciotogneri:jsonschema:1.0.0'
}
```