diff --git a/README.md b/README.md index f3a1d671cb..aebb9bdbde 100644 --- a/README.md +++ b/README.md @@ -617,6 +617,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`quicktype`](https://app.quicktype.io/): Convert JSON objects and JSON schemas into Zod schemas. - [`@sanity-typed/zod`](https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/zod): Generate Zod Schemas from [Sanity Schemas](https://www.sanity.io/docs/schema-types). - [`java-to-zod`](https://github.com/ivangreene/java-to-zod): Convert POJOs to Zod schemas +- [`Orval`](https://github.com/anymaniax/orval): Auto generate Zod schemas from OpenAPI schemas #### Mocking