diff options
author | Melody Horn <melody@boringcactus.com> | 2022-03-27 22:21:44 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2022-03-27 22:21:44 -0600 |
commit | c16e0679869b8c5c2c5651a81b12cd8603a44462 (patch) | |
tree | bda9cd8c4afd404774ddae378172e04460f511f1 /tests | |
parent | 5ec7457aaf47fb5b5739469337b6e9310462a9b9 (diff) | |
download | kdl-schema-c16e0679869b8c5c2c5651a81b12cd8603a44462.tar.gz kdl-schema-c16e0679869b8c5c2c5651a81b12cd8603a44462.zip |
allow contributors links in the schema schema
Diffstat (limited to 'tests')
-rw-r--r-- | tests/kdl-schema.kdl | 3 |
1 files changed, 3 insertions, 0 deletions
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" { |