logoalt Hacker News

abustamamtoday at 5:38 PM0 repliesview on HN

Ah interesting. Whenever I write an API I'll use Zod and whatever middlewares my framework needs to generate json schema for consumers, and whenever I consume an API I will use Zod to parse.

It would be nice if it were just built into the spec though!