eclipse / microprofile-open-api

Microprofile open api
Apache License 2.0
132 stars 82 forks source link

[OAS 3.1.0] Operation no longer requires responses #585

Closed Azquelt closed 4 months ago

Azquelt commented 8 months ago

It's now valid for an Operation not to have a responses property.

This is primarily to allow people authoring OpenAPI documents to lay out the operations they need before specifying the responses to them, but we may want to:

Azquelt commented 4 months ago

I don't see anywhere that we document that responses is required, so I think we just need a new test. Could test via static file and OASModelReader.

benjamin-confino commented 4 months ago

Please assign this one to me.