mirror of https://github.com/kdl-org/kdl.git
remove document::(description, schema-url)
This commit is contained in:
parent
522a647a26
commit
88e7062297
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue