zod
https://github.com/colinhacks/zod
TypeScript
TypeScript-first schema validation with static type inference
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
TypeScript not yet supported1 Subscribers
Add a CodeTriage badge to zod
Help out
- Issues
- fix(v4): parsedType() returns "infinity" for Infinity/-Infinity, fixing misleading error messages
- feat: add json-up to ecosystem
- `.superRefine` is missing "when" parameter
- feat: allow 'when' parameter in .superRefine
- docs: improve README wording and fix typos
- `preprocess` doesn't constrain return type of `fn` to the type of the output schema
- New schema API for type assertions
- `z.fromJSONSchema()` does not support metadata for enums, literals and not/never
- z.toJSONSchema: .meta({ id }) leaks id into $defs entries — should use $id or omit it
- Email validation does not respect nullish
- Docs
- TypeScript not yet supported