Package dev.harrel.jsonschema
Class Annotation
java.lang.Object
dev.harrel.jsonschema.Annotation
Annotation class represents collected annotation.-
Method Summary
Modifier and TypeMethodDescriptionReturns collected annotation.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
-
getAnnotation
Returns collected annotation. -
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.
-