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: ...