I have a scheme Foo
with the fields a
, b
and c
. c
is an array which is not returned when I do a GET /foos
, but it is returned when I do GET /foos/{foo_id}
.
How can I represent that with swagger scheme? (the c
field being shown only when GET
ing a specific Foo
)