I’m trying to upgrade from ajv 6.x to 8.x, as part of the breaking changes between majors, the message for type validation changed from 'should be ${type}'
to 'must be ${type}'
.
This is not an acceptable change for the API i’m maintaining, is it possible to override the new message with the old one?