Represents the result of validating a resource against a shape. An empty trace signals successful validation with
no issues. A non-empty trace is an array containing any combination of:
Objects mapping keys to nested traces for key-level violations
This recursive structure allows traces to represent both immediate violations and nested key violations,
providing a complete picture of validation failures throughout the resource structure.
Validation trace.
Represents the result of validating a resource against a shape. An empty trace signals successful validation with no issues. A non-empty trace is an array containing any combination of:
This recursive structure allows traces to represent both immediate violations and nested key violations, providing a complete picture of validation failures throughout the resource structure.