We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05f3fab commit 445ca61Copy full SHA for 445ca61
README.md
@@ -43,9 +43,9 @@ schemas.
43
44
### Using the validation results
45
46
-The validation methods above will return an instance of `ValidationResult`.
+The validation methods above will return the `ValidationResult` record. This will contain a summary of the
47
+validation process, as well as a map of validation results per file. See javadocs in `model` for details.
48
-TODO: add more documentation here - consider turning ValidationResult and friends into interfaces or records...?
49
50
## Additional validation rules
51
0 commit comments