metosin / ring-swagger

Swagger Spec for Clojure Web Apps
http://metosin.github.io/ring-swagger/doc/
371 stars 84 forks source link

How to pass dynamic list in response? #142

Open RomitGandhi07 opened 4 years ago

RomitGandhi07 commented 4 years ago

Eg: {"Demo" [1 2 3]} and in some case {"Demo [1 2 3 4 5]}

So how to define schema for this?