Closed cwp closed 6 years ago
When additionalProperties is present, but not falsy, validation throws an error. The problem is just that the array of unvisited property names is passed to validateProperty instead of the schema. Easy fix.
When additionalProperties is present, but not falsy, validation throws an error. The problem is just that the array of unvisited property names is passed to validateProperty instead of the schema. Easy fix.