ValidationException
org.sagebionetworks.repo.model.schema.ValidationException
A recursive ValidationException that describes all schema violations for an entire schema tree.
Field | Type | Description |
---|---|---|
keyword | STRING | The JSON schema keyword which was violated. |
pointerToViolation | STRING | A JSON Pointer denoting the path from the input document root to its fragment which caused the validation failure. |
message | STRING | The description of the validation failure. |
schemaLocation | STRING | A JSON Pointer denoting the path from the schema JSON root to the violated keyword. |
causingExceptions | ARRAY<ValidationException> | An array of sub-exceptions. |