-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
enhancementNew feature or requestNew feature or requesttriageWaiting to be triagedWaiting to be triaged
Description
Feature Request
The web API uses Pydantic models for requests and responses, but these don't play well with our lower-level serializable types. The result is our use of Any types for the majority of our models, which kills most of the data validation benefits that we should get from Pydantic and makes our OpenAPI spec much weaker.
We should provide complete models all the way down, either by defining new Pydantic models or finding a working strategy for including our serializable electionguard-python models.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriageWaiting to be triagedWaiting to be triaged