PhilanthropyDataCommons / service

A project for collecting and serving public information associated with grant applications
GNU Affero General Public License v3.0
8 stars 2 forks source link

BaseField schema doesn't capture enums #1099

Closed slifty closed 1 month ago

slifty commented 1 month ago

We added some enum fields to the entity BaseField but did not actually include enums in the associated type (note it is included in the swagger spec). This means there is no validation by ajv to ensure the values align with our expectations.

This is easy enough to fix! Let's do so.