arktype icon indicating copy to clipboard operation
arktype copied to clipboard

Support arktype to zod function

Open scarf005 opened this issue 1 year ago • 9 comments

Request a feature

being able to output zod schema will help arktype bootstrap into existing zod ecosystem.

🤷 Motivation

while i love how concise arktype is, i am unable to use it as there is currently no way to generate JSON schema.

💡 Solution

provide arktypeToZod function which will convert a arktype type into zod schema. This will help arktype's adoptation as now types made from arktype can utilize existing zod to X ecosystem.

scarf005 avatar May 22 '23 12:05 scarf005