UNPKG

validare

Version:

Validation tool for web projects

21 lines 396 B
{ "username":{ "type":"string", "regex":{ "pattern":"^[a-zA-Z0-9]+$", "flag":"g" } }, "id_type":{ "type":"string", "length":40 }, "test":{ "type":"file", "extension":["png","jpg"] }, "special":{ "type":"number", "max_length":"date 1:minute:add" } }