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(json-schema): encode JSON Schema \ pointer tokens per RFC 6901
- docs: add generic usage example section to README
- fix(toJSONSchema): preserve BigInt default values in toJSONSchema
- fix(fromJSONSchema): accept RFC 3339 numeric offsets in date-time format
- fix: accept RFC 3339 offsets from JSON Schema
- fromJSONSchema date-time rejects valid RFC 3339 offsets
- Ability to extend an enum
- fix: constrain array length for closed tuples in toJSONSchema
- fix: use 'exactly' in English locale too_small/too_big messages
- fix(formatError): prevent crash on inherited Object.prototype names in path (__proto__, constructor, toString)
- Docs
- TypeScript not yet supported