node-restify-validation
node-restify-validation copied to clipboard
isFile Validation
Will be cool a property to support file uploads:
{
"image": {
"description": "Profile image",
"scope": "body",
"isRequired": true,
"isFile": true
}
}
I would like to add isBase64