play-json-schema-validator icon indicating copy to clipboard operation
play-json-schema-validator copied to clipboard

JSON Schema Validation with Play JSON

Results 5 play-json-schema-validator issues
Sort by recently updated
recently updated
newest added

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.

enhancement

The Schema validator error messages should be customizable.

enhancement