So, I should create some functions with chains for validating, example:
isValid(\'Test string\').required().isString().min(5);
and function s