Here this is my form input (array)
I’m trying to validate the id field of this array of objects.

The error message return the key name as dummy_answers.0.id i want to change this to dummy_answers (without the key parameters with it).
Here is my piece of validation rules.
Requirement is want to change error field key name dummy_answers.0.id to dummy_answers .

