I've seen some resources for generating a request example & defaults with Swashbuckle:
Default model example in Swashbuckle (Swagger)
The defaults works fine for a get Operation with a query string parameters. But is there any way to generate a request example for a Get operation? or is it only available for non get operations?