Improve example

This commit is contained in:
Sven Slootweg 2020-06-14 01:04:15 +02:00
parent 0902ce126a
commit c12691fe62

View file

@ -28,6 +28,7 @@ validateValue(data, {
one: [ required, isString ],
two: [ required, isNumber ],
three: [ required, isBoolean ],
optional: [ isString ],
array: [ required, arrayOf([ required, isString ]) ],
mapping: [ required, anyProperty({
key: [ required ],