NYCPlanning / ae-zoning-api

This application is API for serving data related to zoning and tax lots.
2 stars 0 forks source link

Replace joi with zod #209

Open TangoYankee opened 5 months ago

TangoYankee commented 5 months ago

Description

We are using the validationSchema parameter in the Config Module in conjunction with joi js. However, the rest of our tooling uses Zod for validation. To consolidate dependencies, let's move to using the Config validate function with Zod.

Acceptance criteria