The current method for adding a response mandates a schema type, status, and a contentType. It would be necessary to have an additional method for generating a response with only a status code and optional description.
rfc7230 - Message Body:
All 1xx (Informational), 204 (No Content), and 304 (Not Modified)
responses do not include a message body. All other responses do
include a message body, although the body might be of zero length.
The current method for adding a response mandates a schema type, status, and a contentType. It would be necessary to have an additional method for generating a response with only a status code and optional description.
rfc7230 - Message Body: