From c6967deb98c74fcfcadae9280ae70f7d414dc343 Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Sun, 14 Apr 2024 21:32:32 +0900 Subject: [PATCH] docs: add `orval` to "X to Zod" ecosystems --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3a1d671c..1edc829ac 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): Generate Zod schemas from OpenAPI schemas #### Mocking