ring-swagger

Sigve 2023-12-14T10:28:29.658079Z

When defining a schema as a vector of maps (defshcema Users [{...}], the resulting swagger model name is Inline Model and Inline Model 1 , is there a way to display the schema name, Users , instead?

🤔 1
2024-01-03T19:56:13.344239Z

Have you tried the describe macro?