node-restify-validation icon indicating copy to clipboard operation
node-restify-validation copied to clipboard

isFile Validation

Open CodersBrothers opened this issue 9 years ago • 1 comments

Will be cool a property to support file uploads:

{
     "image": {
         "description": "Profile image",
         "scope": "body",
         "isRequired": true,
         "isFile": true
    } 
}

CodersBrothers avatar Jun 06 '15 16:06 CodersBrothers

I would like to add isBase64

seemsindie avatar Jul 10 '15 07:07 seemsindie