In the schema under responses the properties are defined like this:
"^([0-9]{3})$|^(default)$": {
"$ref": "#/definitions/responseValue"
},
It would be nice if we could define ranges here for example
400-499: //client error
500-599: //server error
We've also tried the less graceful 5xx an 4xx, but this throws an error in the swagger editor and we lose the nice formatting (e.g red for 500, yellow for 400).