Change the key name of array validation error in Laravel

Here this is my form input (array)

enter image description here

I’m trying to validate the id field of this array of objects.

enter image description here
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).

enter image description here

Here is my piece of validation rules.

Requirement is want to change error field key name dummy_answers.0.id to dummy_answers .