You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
andrew-wang0
changed the title
Add openapi query & response specificatinos to WebSoc schemas
Add openapi query & response specifications to WebSoc schemas
Jan 13, 2025
Expected Behavior
Query and response schemas in
/apps/api/src/schema/websoc.ts
should have descriptions and examples.Example of query and response parameters with descriptive metadata:
Current Behavior
Query and response schemas lack openapi specifications
Possible Solution
Add
.openapi(...)
to schemasSee openapi implementation in
/apps/api/src/schema/larc.ts
The text was updated successfully, but these errors were encountered: