Property UnresolvedNames
UnresolvedNames
Gets the distinct names the document asked for and the data had no key for, ordered. A non-empty list is almost always a template typo or a missing field, which is why it is reported separately rather than folded into a count.
public IReadOnlyList<string> UnresolvedNames { get; }