David Hisel

Results 4 comments of David Hisel

> > @infamousjoeg would you be able to address the comments from Moritz? Let us know if this PR should have someone else take over. (Red Hat now also has...

I found a work around -- move the enum to the components/schema, and then reference it in the reponses section. Example: ``` "responses": { "200": { "description": "blah blah blah",...

The solution I proposed above, (create the enum in the components, and then reference the component) is the way to go. The openapi3 spec does not define using enum's for...