Open
Description
Describe the problem
Recent updates to frontend/src/server.rs
did not include serializations for OpenAPI, resulting in null schemas - which is breaking our ability to do code generation on client libraries.
Describe the proposed solution
Add testing to validate that the OpenAPI schema has typed schemas for all requests and responses
Alternatives considered
No response
Importance
nice to have
Additional Information
No response