DZDmitry Zaporozhaninthezap.hashnode.dev·2d ago · 7 min readStop parsing GPT's JSON by hand: structured output with OpenAI Responses API, Zod and TypeScriptI shipped a feature that sends a photo to a vision model and gets back structured feedback — three labeled fields, every time, no exceptions. The hard part wasn't the prompt. It was getting the model 00