📄 README.md

← 返回目录

Zod to Json Schema

![NPM Version](https://npmjs.org/package/zod-to-json-schema) ![NPM Downloads](https://npmjs.org/package/zod-to-json-schema)

Notice of deprecation

As of November 2025, this project will no longer be actively maintained. Zod v4 natively supports generating JSON schemas, so I recommend you switch to the new major.

Thank you to all the contributors and sponsors throughout the years! So long, and thanks for all the fish.

Summary

Does what it says on the tin; converts Zod schemas into JSON schemas!

- Supports all relevant schema types, basic string, number and array length validations and string patterns.