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
Swagger UI has a bug, ... already for 3 years. Were is handles enum without a typepoorly.
See: swagger-api/swagger-ui#3761
A quick fix for this is adding a type: string item to the schema.
Swagger UI has a bug, ... already for 3 years. Were is handles
enum
without atype
poorly.See: swagger-api/swagger-ui#3761
A quick fix for this is adding a type: string item to the schema.
Adding the line above will change the output in Swagger UI from:
To This:
It would be cool if this can be fixed here.
Btw love this crate and the others you made. (I'm also using okapi and rocket_okapi.)
The text was updated successfully, but these errors were encountered: