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
Looking at the code, I found this block where only the first element of specAsParameter array is really interpreted correctly with type and etc. For example, in another object, I've used a list of filters as a query string parameter, but the type array can't be placed in another position than not first.
I'm trying to document a simple Pagination object in
swagger-custom-mappings.yml
this way:But, the rendered result is it:
Looking at the code, I found this block where only the first element of
specAsParameter
array is really interpreted correctly with type and etc. For example, in another object, I've used a list of filters as a query string parameter, but the typearray
can't be placed in another position than not first.play-swagger/core/src/main/scala/com/iheart/playSwagger/SwaggerSpecGenerator.scala
Lines 219 to 236 in 526323d
Why this behavior?
The text was updated successfully, but these errors were encountered: