Parsing JSON Into zod schema using OPENAI GPT

I want to parse a JSON example https://store.steampowered.com/api/appdetails?appids=1702010

Into large advanced zod schema.

Do you guys have any experience doing this with gpt openai package??

Seems like pretty normal use case but I can't find any good examples
Was this page helpful?