From c16e0679869b8c5c2c5651a81b12cd8603a44462 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 27 Mar 2022 22:21:44 -0600 Subject: allow contributors links in the schema schema --- tests/kdl-schema.kdl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/kdl-schema.kdl b/tests/kdl-schema.kdl index 4315199..76a1080 100644 --- a/tests/kdl-schema.kdl +++ b/tests/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" { -- cgit v1.2.3