Closed knilink closed 8 years ago
The bug was cause by the schema and the formData didn't match. When passing an object to an array validator, the validator try to call forEach which was not existed in the object.
This fix one of the issues mentioned in #9
It happen sometimes this schema will break the validation '{ "type": "object", "properties": { "array": { "type": "array", "title": "Validate", "items": { "type": "object", "properties": {} } } } }'