mirror of https://github.com/kdl-org/kdl.git
require uri or iri format for schema link values
Fix https://github.com/kdl-org/kdl/pull/120#discussion_r700314542
This commit is contained in:
parent
4290067075
commit
28496e3154
|
|
@ -71,6 +71,7 @@ document {
|
|||
node "link" id="info-link" description="Links to itself, and to sources describing it" {
|
||||
value description="A URL that the link points to" {
|
||||
type "string"
|
||||
format "uri" "iri"
|
||||
min 1
|
||||
max 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue