Closed
Description
Currently, this type has the following nuances to resolve:
string format
andrepeated string param
fields should be removed in favor ofTemplateString message
.base.FieldPath field_path
is mostly used asfield_name
. Let's introduce an explicitfield_name
, and remove the remaining path prefix tofield_path_prefix
field.repeated violation
field is unnecessary. Currently, we create two violations where a single one actually occurs. If a nested message has an invalid field, a root message always creates an unnecessary violation as a wrapper. We should try to avoid this.
Activity
yevhenii-nadtochii commentedon Mar 12, 2025
Addressed in #173, #174, #180.