Issue
Summary
A validation issue returned by a schema, compatible with Standard Schema v1.
Issues include a human-readable message and an optional path that points to the
failing location in the input (e.g. ['user', 'email'] or [0, 'id']).
Signature
type Issue = StandardSchemaV1.Issue;