chroma icon indicating copy to clipboard operation
chroma copied to clipboard

[Feature Request]: Rust OpenAPI spec should validate that all schemas serialize in the spec

Open philipithomas opened this issue 7 months ago • 1 comments

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

philipithomas avatar Mar 17 '25 17:03 philipithomas