From d7089944ac40a218c2fb75a6baf54f7bfc79b624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 31 Aug 2021 19:59:23 -0700 Subject: [PATCH] schema: add base64 format --- SCHEMA-SPEC.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SCHEMA-SPEC.md b/SCHEMA-SPEC.md index d891ffa..cc4700b 100644 --- a/SCHEMA-SPEC.md +++ b/SCHEMA-SPEC.md @@ -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