Open
Description
Does the OpenAPI emitter support the default
response key in the Responses object?
Please see this link: https://spec.openapis.org/oas/v3.0.4.html#responses-object
And this here verbiage:
The default MAY be used as a default Response Object for all HTTP codes that are not covered individually by the Responses Object.
The HTTP library does not allow it to be set in a response object, demanding a ^[0-9]{3}$
value, so I am guessing not but want to confirm if I am missing something.