Luke Civantos
Luke Civantos
## Problem Currently running into issues similar to what is described in [this issue](https://github.com/rswag/rswag/issues/443). When I include `nullable` or `required` for response headers it errors out because the response validator...
## Is your feature request related to a problem? Please describe. We have an endpoint where you can optionally attach a document. With the document you should use header `Content-Type:...
So the situation I'm running into is I have an interaction (using [ActiveInteraction](https://github.com/AaronLasseigne/active_interaction) which overrides `hash`): ``` class ExampleInteraction < ActiveInteraction::Base include ExampleConcern end ``` and that interaction includes a...