Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b748b91

Browse files
Add zod-openapi libraries to v4 (#4829)
* Add zod-openapi libraries to v4 * Update ecosystem.tsx --------- Co-authored-by: Colin McDonnell <[email protected]>
1 parent 30e2f3e commit b748b91

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/docs/components/ecosystem.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@ const formIntegrations: ZodResource[] = [
9191
];
9292

9393
const zodToXConverters: ZodResource[] = [
94+
{
95+
name: "zod-openapi",
96+
url: "https://github.com/samchungy/zod-openapi",
97+
description: "Use Zod Schemas to create OpenAPI v3.x documentation",
98+
slug: "samchungy/zod-openapi",
99+
},
100+
{
101+
name: "fastify-zod-openapi",
102+
url: "https://github.com/samchungy/fastify-zod-openapi",
103+
description: "Fastify type provider, validation, serialization and @fastify/swagger support for Zod schemas",
104+
slug: "samchungy/fastify-zod-openapi",
105+
},
94106
{
95107
name: "zod2md",
96108
url: "https://github.com/matejchalk/zod2md",

0 commit comments

Comments
 (0)