Parse a ValidationErrorInfo.Source into ParsedValidationSource.
ValidationErrorInfo.Source
A source with no dot and no subscript is a plain field name and parses to { Field: source } with no Collection — which is what keeps ordinary single-record validation routing on the field name.
{ Field: source }
Collection
Parse a
ValidationErrorInfo.Sourceinto ParsedValidationSource.A source with no dot and no subscript is a plain field name and parses to
{ Field: source }with noCollection— which is what keeps ordinary single-record validation routing on the field name.