ajv@^7.0.0 fails to compile JSON Schemas with "email" format · Issue #1397 · ajv-validator/ajv

What version of Ajv are you using? Does the issue happen if you use the latest version? ^7.0.0 Ajv options object import Ajv from 'ajv'; const ajv = new Ajv(); const validateRequestBody = (bodySche...