Skip to content

Commit 4018d88

Browse files
authoredOct 4, 2023
docs: add @sanity-typed/zod to ecosystem (#2731)
1 parent 8e634bd commit 4018d88

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ There are a growing number of tools that are built atop or support Zod natively!
489489
- [`prisma-trpc-generator`](https://github.com/omar-dulaimi/prisma-trpc-generator): Emit fully implemented tRPC routers and their validation schemas using Zod.
490490
- [`zod-prisma-types`](https://github.com/chrishoermann/zod-prisma-types) Create Zod types from your Prisma models.
491491
- [`quicktype`](https://app.quicktype.io/): Convert JSON objects and JSON schemas into Zod schemas.
492+
- [`@sanity-typed/zod`]([https://app.quicktype.io/](https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/zod)): Generate Zod Schemas from [Sanity Schemas](https://www.sanity.io/docs/schema-types).
492493

493494
#### Mocking
494495

‎deno/lib/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@ There are a growing number of tools that are built atop or support Zod natively!
489489
- [`prisma-trpc-generator`](https://github.com/omar-dulaimi/prisma-trpc-generator): Emit fully implemented tRPC routers and their validation schemas using Zod.
490490
- [`zod-prisma-types`](https://github.com/chrishoermann/zod-prisma-types) Create Zod types from your Prisma models.
491491
- [`quicktype`](https://app.quicktype.io/): Convert JSON objects and JSON schemas into Zod schemas.
492+
- [`@sanity-typed/zod`]([https://app.quicktype.io/](https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/zod)): Generate Zod Schemas from [Sanity Schemas](https://www.sanity.io/docs/schema-types).
492493

493494
#### Mocking
494495

0 commit comments

Comments
 (0)
Please sign in to comment.