markyme21

Results 1 comments of markyme21

@jsdevel Same as happens now, an error. Ajv -> validate.js ` if ($typeSchema && it.opts.nullable && it.schema.nullable === true) { if ($typeIsArray) { if ($typeSchema.indexOf('null') == -1) $typeSchema = $typeSchema.concat('null');...