remove document::(description, schema-url)

This commit is contained in:
Lars Willighagen 2021-09-01 12:37:13 +02:00
parent 522a647a26
commit 88e7062297
2 changed files with 2 additions and 9 deletions

View File

@ -24,8 +24,7 @@ None.
#### Properties
* `description` (optional): An informational description of the purpose of this schema.
* `schema-url` (optional): A URL where someone may go to find more information about this schema. It is not meant for mechanical processing.
None.
#### Children

View File

@ -1,13 +1,7 @@
document description="KDL Schema KDL schema in KDL" schema-url="https://github.com/zkat/kdl" {
document {
node "document" {
min 1
max 1
prop "schema-url" description="URL where you can find this schema. Informational only." {
type "url"
}
prop "description" description="General purpose and description for this document schema." {
type "string"
}
children id="node-children" {
node "node-names" description="Validations to apply specifically to arbitrary node names" {
children ref="#validations"