I
StandardSchemaIssue
A single validation issue.
Signature
ts
interface StandardSchemaIssueProperties
| Property | Type | Description |
|---|---|---|
messagereadonly | string | A human-readable message describing the issue. |
path?readonly | readonly (PropertyKey | StandardSchemaPathSegment)[] | undefined | The path to the offending value, as keys or `{ key }` segments. |