zod array/dictionary definition in schema
I’ve got a json file where directorlist
and genrelist
are arrays of strings and castlist
is a dictionary (key and value are both strings). I’m trying to create an Astro collection (all other values that are basic strings/numbers work).
Pass Json from Zod instance with references
I want to be able to