Skip to content

Generated Java validator classes using JSON schemas

License

Notifications You must be signed in to change notification settings

kevinsimard/json-schema-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSON Schema Class Validators

Code Structure

├── src
│   └── main
│       ├── java
│       │   └── com
│       │       └── kevinsimard
│       │           └── schema
│       │               └── validator
│       │                   ├── input
│       │                   │   └── UserV1Validator.java
│       │                   └── AbstractValidator.java
│       └── resources
│           └── schemas
│               ├── common
│               │   └── gender.json
│               └── input
│                   └── user
│                       └── v1.json
├── .editorconfig
├── .gitattributes
├── .gitignore
├── LICENSE.md
├── README.md
└── pom.xml

License

This package is open-sourced software licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages