Validation schema is a decorator-free way of validation of your objects. Also using validation schemas makes this library to be easily used with es6/es5.
Schema name. This is required, because we tell validator to validate by this schema using its name.
Validated properties.
Name of the object's property to be validated which holds an array of validation constraints.
Generated using TypeDoc
Validation schema is a decorator-free way of validation of your objects. Also using validation schemas makes this library to be easily used with es6/es5.