mirror of https://github.com/kdl-org/kdl.git
schema: add base64 format
This commit is contained in:
parent
04a84a72ec
commit
d7089944ac
|
|
@ -151,6 +151,7 @@ and property names when the `node-names` or `prop-names` options are activated.
|
|||
* `uri-template`: RFC6570 URI Template.
|
||||
* `uuid`: RFC4122 UUID.
|
||||
* `regex`: Regular expression. Specific patterns may be implementation-dependent.
|
||||
* `base64`: A Base64-encoded string, denoting arbitrary binary data.
|
||||
|
||||
#### Number validations
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue