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
Currently, descriptions for the OpenAPI definition need to live on the .openapi() method. However, zod already includes a describe method, which would be redundant in most cases.
I'm a bit slammed with work, but the following test demonstrates the issue. Test would be added to /spec/metadata-overrides.spec.ts
Currently, descriptions for the OpenAPI definition need to live on the
.openapi()
method. However, zod already includes a describe method, which would be redundant in most cases.I'm a bit slammed with work, but the following test demonstrates the issue. Test would be added to /spec/metadata-overrides.spec.ts
The text was updated successfully, but these errors were encountered: