mirror of https://github.com/kdl-org/kdl.git
add info node to kdl-schema.kdl
This commit is contained in:
parent
88e7062297
commit
5bf0251bc8
|
|
@ -1,4 +1,20 @@
|
||||||
document {
|
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" {
|
node "document" {
|
||||||
min 1
|
min 1
|
||||||
max 1
|
max 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue