cosmicds / cds-api

API for accessing the CosmicDS database
GNU General Public License v3.0
0 stars 3 forks source link

Schema validation #89

Open Carifio24 opened 1 year ago

Carifio24 commented 1 year ago

Rather than hand-rolled validation functions for checking request data, we should use something like io-ts or zod.

Carifio24 commented 2 months ago

We've started using @effect/schema for this - see e.g. #132.