play-json-schema-validator
play-json-schema-validator copied to clipboard
JSON Schema Validation with Play JSON
As I will be leaving EclipseSource, this project is looking for a new maintainer. If interested, please reply to this issue.
Document `SchemaConfigOptions` and describe default behavior for existing versions
This is a follow-up of #129. When the validator is not passed an explicit version, v7 is currently the default one that will be used, but the meta schema is...
When using the library in order to build up a JSON schema AST using constraints (e.g. to be emitted as JSON), one needs access to internal packages.
The Schema validator error messages should be customizable.