feat: add property path support
This commit is contained in:
parent
de2d0e2693
commit
8f54ff4e31
8 changed files with 276 additions and 49 deletions
|
|
@ -11,7 +11,7 @@ public record Problem
|
|||
/// <summary>
|
||||
/// The name of the property.
|
||||
/// </summary>
|
||||
public required string PropertyName { get; init; }
|
||||
public required PropertyPath PropertyPath { get; init; }
|
||||
|
||||
/// <summary>
|
||||
/// Custom severity level associated with the failure.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue