OpenAPI Response Get 200 Description Info (Edit)

GET 200 success HTTP status codes should have a description, describing what an API consumer can expect as a result

OpenAPIResponsesGET2xx

Rule Definition

openapi-response-get-200-description-info.yaml
{"openapi-response-get-200-description-info":{"description":"GET 200 success HTTP status codes should have a description, describing what an API consumer can expect as a result","message":"GET 200 Response has description.","severity":"info","given":"$.paths.*.get.responses.200","then":{"field":"description","function":"falsy"}}}

Back to All of the Rules