grouped_fields_inherit
Works like grouped_fields, except that it also calls the parent. For example:
grouped_fields => [ required => [ 'r1', 'r2' ], optional => [ 'o1', 'o2' ] ];
$self->optional() results in $self->SUPER::optional(), then $self->optional().