typeschema
typeschema copied to clipboard
🛵 Universal adapter for TypeScript schema validation.
Add a hint, that `toJSONSchema(schema)` needs the required peer dependency to be installed as dev dependency.
It seems like the TypeBox adapter is not respecting global settings. In my example I've got a simple email validator: ```ts import { FormatRegistry } from "@sinclair/typebox"; FormatRegistry.Set("demo", () =>...
Do you know what would be needed to support Serialization? Was there something blocking the implementation of serialization? What steps would need to be taken to add and test this?...