schema: add base64 format

This commit is contained in:
Kat Marchán 2021-08-31 19:59:23 -07:00
parent 04a84a72ec
commit d7089944ac
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 0 deletions

View File

@ -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