Openapi No Request Body On Get Error (Edit)

Requires no request body on GET

Rule Definition

openapi-no-request-body-on-get-error.yaml
{ "openapi-no-request-body-on-get-error": {"description":"Requires no request body on GET","message":"GET Request Body","given":"$.paths.*.get","severity":"error","then":{"field":"requestBody","function":"falsy"}} }

Back to All of the Rules