Package dev.harrel.jsonschema
Class Error
java.lang.Object
dev.harrel.jsonschema.Error
Error class represents validation error.-
Method Summary
Modifier and TypeMethodDescriptiongetError()Returns validation error.Returns JSON pointer like path representing evaluation point in schema JSON.Returns JSON pointer like path representing evaluation point in instance JSON.Returns keyword name associated with given evaluation point.Returns absolute schema location which uniquely identifies given schema.
-
Method Details
-
getError
Returns validation error. -
getEvaluationPath
Returns JSON pointer like path representing evaluation point in schema JSON. -
getSchemaLocation
Returns absolute schema location which uniquely identifies given schema. -
getInstanceLocation
Returns JSON pointer like path representing evaluation point in instance JSON. -
getKeyword
Returns keyword name associated with given evaluation point. Might be null.
-