You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
check we don't say it's required in our Javadoc
add a test which creates a document which has an Operation without responses
The text was updated successfully, but these errors were encountered:
It's now valid for an
Operation
not to have aresponses
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:
The text was updated successfully, but these errors were encountered: