From 5bf0251bc85cbabbead8f047030188cefaf6072a Mon Sep 17 00:00:00 2001 From: Lars Willighagen Date: Wed, 1 Sep 2021 12:37:25 +0200 Subject: [PATCH] add info node to kdl-schema.kdl --- examples/kdl-schema.kdl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/examples/kdl-schema.kdl b/examples/kdl-schema.kdl index 7ab3a2d..0b1def6 100644 --- a/examples/kdl-schema.kdl +++ b/examples/kdl-schema.kdl @@ -1,4 +1,20 @@ document { + info { + title "KDL Schema" lang="en" + description "KDL Schema KDL schema in KDL" lang="en" + author "Kat Marchán" { + link "https://github.com/zkat" rel="self" + } + contributor "Lars Willighagen" { + link "https://github.com/larsgw" rel="self" + } + link https://github.com/zkat/kdl rel="documentation" + license "Creative Commons Attribution-ShareAlike 4.0 International License" spdx="CC-BY-SA-4.0" { + link "https://creativecommons.org/licenses/by-sa/4.0/" lang="en" + } + published "2021-08-31" + modified "2021-09-01" + } node "document" { min 1 max 1