json-schema-validator
https://github.com/daveclayton/json-schema-validator
Java
A JSON Schema validation implementation in pure Java, which aims for correctness and performance, in that order
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported36 Subscribers
View all SubscribersAdd a CodeTriage badge to json-schema-validator
Help out
- Issues
- Provide access to json source object from the JsonSchema object
- Support for JSON Schema v5 (draft Wright 00)
- Two level of validation: Schema validation and then Json Validation is required
- json-schema-validator-cli doesn't support multiple json schema file validation.
- Update cli tool to allow schema directory
- OutOfMemoryError when not preloading a schema
- disable checking resource at URI
- Feature: schema resolver
- Array of objects stops validating after first failure
- Exact schema match with properties
- Docs
- Java not yet supported