From 28496e3154ee1d4d60e08016b0165e0cc5d36490 Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Thu, 2 Sep 2021 02:18:30 +0200 Subject: [PATCH] require uri or iri format for schema link values Fix https://github.com/kdl-org/kdl/pull/120#discussion_r700314542 --- examples/kdl-schema.kdl | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/kdl-schema.kdl b/examples/kdl-schema.kdl index fc2a9c7..b514b39 100644 --- a/examples/kdl-schema.kdl +++ b/examples/kdl-schema.kdl @@ -71,6 +71,7 @@ document { node "link" id="info-link" description="Links to itself, and to sources describing it" { value description="A URL that the link points to" { type "string" + format "uri" "iri" min 1 max 1 }