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 supported2 Subscribers
Add a CodeTriage badge to zod
Help out
- Issues
- fix: honor loose mode for closed record key schemas
- z.iso.datetime() rejects extended-year ISO strings produced by Date#toISOString() (e.g. year 10000+)
- `looseRecord` with a closed key schema reports unrecognized keys fatally
- ci: add CVE Lite dependency audit workflow
- fix: make z.infer work with generic schema maps
- fix(json-schema): preserve default value on ZodDefault wrapping a transform
- v4 Regression: Can't use z.infer with generic + map of schemas
- fix: escape JSON Pointer reserved characters in toJSONSchema $ref
- fix(checks): correct includes position regex to match String.includes semantics
- feat(types): implement native .partial method for ZodTuple schemas
- Docs
- TypeScript not yet supported