diff --git a/types.js b/types.js index 07ff788..d7b4246 100644 --- a/types.js +++ b/types.js @@ -4,6 +4,7 @@ const MIN_SAFE_INTEGER = -MAX_SAFE_INTEGER; module.exports = { bytes: { type: 'string' + contentEncoding: 'base64' }, string: { type: 'string'