From 74750a75fcd4b3c29fd3e0fe5663e996c77292dd Mon Sep 17 00:00:00 2001 From: "A.J. Stein" Date: Mon, 28 Oct 2024 17:14:17 -0400 Subject: [PATCH] [skip ci] Backport #219 docs into model remarks --- src/validations/constraints/unit-tests/unit_test_metaschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/validations/constraints/unit-tests/unit_test_metaschema.xml b/src/validations/constraints/unit-tests/unit_test_metaschema.xml index 1316e404f..de03868b1 100644 --- a/src/validations/constraints/unit-tests/unit_test_metaschema.xml +++ b/src/validations/constraints/unit-tests/unit_test_metaschema.xml @@ -42,7 +42,7 @@

There, we use the default implied as-type="string" and not as-type="uri".

However, this approach does work and the constraint passes successfully.

At this time, a violation where the test evaluates to `false()` throws a lower-level exception.

-

See metaschema-framework/metaschema-java# for details.

+

See metaschema-framework/metaschema-java#219 for details.