You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
carlgieringer
changed the title
Consolidate validation on AJV (replace Joi and bespoke validators)
Consolidate validation on Zod (replace AJV, Joi, and bespoke validators)
Dec 14, 2022
Remaining:
IssueFormat
. #268Related: figure out our API error response.
Now it's like:
{proposition: BespokeValidationErrors<Proposition>}
Perhaps we could do this instead:
z.ZodError<typeof Request>
or{error: z.ZodError<typeof Request>}
The text was updated successfully, but these errors were encountered: