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 298cd0c commit 8470266Copy full SHA for 8470266
api/src/main/scala/validation/result/ValidationResult.scala
@@ -85,7 +85,7 @@ object ValidationResult {
85
* @param report Report to be formatted to text
86
* @return JSON containing the [[report]] information
87
*/
88
- private def getValidationReportJson(report: ValidationReport): Json = {
+ def getValidationReportJson(report: ValidationReport): Json = {
89
// Convert ValidationResult to JSON
90
val validationResultJson: IO[Json] = for {
91
emptyResource <- RDFAsJenaModel.empty
version.sbt
@@ -1 +1 @@
1
-ThisBuild / version := "0.1.5"
+ThisBuild / version := "0.1.6"
0 commit comments