Global transformation registry for schema types.
Allows registering global transforms that automatically apply to all schema instances of a given type.
Currently supports:
date: Transform all Date values after validation
The transform function receives the validated value and returns a transformed version.
Type inference automatically updates the output type based on the transform return type.
Global transformation registry for schema types. Allows registering global transforms that automatically apply to all schema instances of a given type.
Currently supports:
date: Transform all Date values after validationThe transform function receives the validated value and returns a transformed version. Type inference automatically updates the output type based on the transform return type.