interface Schema.StandardSchemaV1
Standard Schema v1 interface (inlined to avoid dependency).
interface StandardSchemaV1<Input = unknown, Output = Input>;
Related
class Schema
A class that represents a validation schema for input values, objects, and arrays.
