InternalInternalbagInternalconstrThe constructor function of this schema.
Schema definition.
InternaldeferredList of deferred initializers.
InternalinputThe inferred input type
InternalisstThe set of issues this schema might throw during type checking.
Optional InternaloptinOptional InternaloptoutInternaloutputThe inferred output type
Optional InternalparentThe parent of this schema. Only set during certain clone operations.
Optional InternalpropA set of literal discriminators used for the fast path in discriminated unions.
OptionaltoAn optional method used to override toJSONSchema logic.
InternaltraitsStores identifiers for the set of traits implemented by this schema.
The @zod/core version of this schema
InternalParses input, doesn't run checks.
InternalParses input and runs all checks (refinements).
A catchall object for bag metadata related to this schema. Commonly modified by checks using
onattach.