sommeralex's avatar
sommeralex
New Member
6 years ago
Status:
Implemented

Show multiple-list selection in swagger UI template examples (petshop)

Hi!   Would be great to show the pet shop example with multiple list example for parameter selection.    schema: type: array items: $ref: '#/components/schemas/MyEnumList'   components:    ...