About 12,000 results
Open links in new tab
  1. Intro | Zod

    Introduction ... Using Zod, you can define schemas you can use to validate data, from a simple string to a complex nested object.

  2. Intro | Zod

    Introduction to Zod - TypeScript-first schema validation library with static type inference

  3. Basic usage | Zod

    For complete documentation on Zod's schema API, refer to Defining schemas. Defining a schema ... Zod Zod Mini

  4. Zod | Zod

    The zod/v4 package is the "flagship" library of the Zod ecosystem. ... If you have uncommonly strict constraints around bundle size, consider Zod Mini.

  5. Release notes | Zod

    Zod 4 release notes and new features including performance improvements and breaking changes

  6. Defining schemas | Zod

    Complete API reference for all Zod schema types, methods, and validation features

  7. Migration guide | Zod

    In Zod 3, when the results were unmergable, Zod threw a ZodError with a special "invalid_intersection_types" issue. In Zod 4, this will throw a regular Error instead.

  8. JSON Schema | Zod

    In other cases, you may have a set of Zod schemas you'd like to represent using multiple interlinked JSON Schemas, perhaps to write to .json files and serve from a web server.

  9. Zod | Documentation

    TypeScript-first schema validation with static type inference

  10. Codecs | Zod

    To avoid unexpected errors in your custom .refine() logic, Zod performs two "passes" during z.encode(). The first pass ensures the input type conforms to the expected type (no …