I've created this test (using the code from object.spec.ts) and using a simple schema with some nested property.
The idea, based on the documentation, is that the error message for the "required" keyword should be replaced, but this it's not happening.
ajv-errors:3.0.0
I've created this test (using the code from object.spec.ts) and using a simple schema with some nested property. The idea, based on the documentation, is that the error message for the "required" keyword should be replaced, but this it's not happening.
The error object is generated like this:
This is the test to replicate the problem: