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
As a user, I want to wrap all my rest.Operations in a middleware that validates all http.ResponseWriter method calls against the OpenAPI operation definition, so that I can enforce those writing the API operations to also properly document the API operations.
Acceptance Criteria
Add a 500 status code with empty body as a possible option to the OpenAPI operation definition
Validate response headers against those defined in the OpenAPI operation definition
Validate response status code against those defined in the OpenAPI operation definition
Related Issues
No response
The text was updated successfully, but these errors were encountered:
Description
As a user, I want to wrap all my
rest.Operation
s in a middleware that validates allhttp.ResponseWriter
method calls against the OpenAPI operation definition, so that I can enforce those writing the API operations to also properly document the API operations.Acceptance Criteria
500
status code with empty body as a possible option to the OpenAPI operation definitionRelated Issues
No response
The text was updated successfully, but these errors were encountered: