For code such as this
"responses": {
"default": {
"description": "Invalid request.",
"schema": {
"$ref": "Error"
}
},
"200": {
"description": "Successful request.",
"schema": {
"$ref": "Error"
}
}
}
Only the default is shown but not for "200". See screenshot below.
