The Standard Schema interface.
This is the primary interface that validation libraries implement to be Standard Schema compliant. The interface is designed to be minimal and non-invasive, tucked behind the ~standard property to avoid API conflicts.
~standard
The input type accepted by the schema
The output type produced after successful validation
Readonly
The Standard Schema properties.
This property uses a tilde prefix to:
The Standard Schema interface.
This is the primary interface that validation libraries implement to be Standard Schema compliant. The interface is designed to be minimal and non-invasive, tucked behind the
~standardproperty to avoid API conflicts.