I am using the following technique for displayed enum values in the schema description for responses:
https://stackoverflow.com/a/69089035/1001408
Which works fine for responses:

How can I modify the request to describe this, considering my query params are a list of ints?
