William Wager
Results
1
issues of
William Wager
My objects pass zod parse, but they are failing ajv validation due to additionalProperties being false on all objects the schema. ```ts const User = z.object({ name: z.string(), company: z.object({...