From cc1da35435abbe2f7d0138310f89b18c55a292e7 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 27 Mar 2022 23:12:32 -0600 Subject: [PATCH] allow contributor link in `kdl-schema.kdl` (#260) --- examples/kdl-schema.kdl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/kdl-schema.kdl b/examples/kdl-schema.kdl index 4315199..76a1080 100644 --- a/examples/kdl-schema.kdl +++ b/examples/kdl-schema.kdl @@ -78,6 +78,9 @@ document { node "contributor" description="Contributor to the schema" { value ref=r#"[id="info-person-name"]"# prop ref=r#"[id="info-orcid"]"# + children { + node ref=r#"[id="info-link"]"# + } } node "link" id="info-link" description="Links to itself, and to sources describing it" { value description="A URL that the link points to" {