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?
(defshcema Users [{...}]
Inline Model
Inline Model 1
Users
Have you tried the describe macro?
describe