NYCPlanning / ae-zoning-api

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

Parse parameters #187

Closed TangoYankee closed 5 months ago

TangoYankee commented 5 months ago

Coverting to Draft After giving it more thought, the implicit conversion will likely cause issues with arrays of length 1, as they will look like strings to qs. More work needs to be done to validate and alleviate this concern.

Marking as ready
parsing the parameters based on their json schema configurations creates dependable results

Implement a pipe to parse parameters from strings into their documented data structures

closes #186