Package com.github.fge.jsonschema.report

Validation reports and messages

See: Description

Package com.github.fge.jsonschema.report Description

Validation reports and messages

All validation messages use the Message class, which can itself be represented as JSON.

Validation reports are maps of messages, with keys to the map being pointers into the instance being validated, and values being arrays of validation messages for that path. A validation report also has JSON representations (one as an array, another as an object).

Copyright © 2013. All Rights Reserved.