From 0d49f10b3c25a8e4cbb6534cc0773b195c56d06d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Costa?= Date: Thu, 17 Aug 2023 12:41:58 -0700 Subject: [PATCH] docs: add typeschema to ecosystem (#2626) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d913ed9b4..efea26451 100644 --- a/README.md +++ b/README.md @@ -488,6 +488,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`nestjs-graphql-zod`](https://github.com/incetarik/nestjs-graphql-zod): Generates NestJS GraphQL model classes from Zod schemas. Provides GraphQL method decorators working with Zod schemas. - [`zod-openapi`](https://github.com/samchungy/zod-openapi): Create full OpenAPI v3.x documentation from Zod schemas. - [`fastify-zod-openapi`](https://github.com/samchungy/fastify-zod-openapi): Fastify type provider, validation, serialization and @fastify/swagger support for Zod schemas. +- [`typeschema`](https://typeschema.com/): Universal adapter for schema validation. #### X to Zod