Jeff Haynes
Results
2
issues of
Jeff Haynes
I have a swagger file like the following. It validates correctly when the referenced yaml file (abc.yaml) is not valid. ``` swagger: '2.0' info: version: '2.0' title: ABC API consumes:...
bug
P1
But if I use this construct in swagger-ui, it is valid. Here is a sample spec: ``` definitions: Enum: properties: {} type: string enum: &enum_values - A - B -...